Skip to content

Commit 697dfc6

Browse files
Update app.py
1 parent 046f761 commit 697dfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ def finalizer():
13711371

13721372
weakref.finalize(app, finalizer)
13731373

1374-
if store_address:
1374+
if store:
13751375
os.environ["_VIEW_APP_ADDRESS"] = str(id(app))
13761376
# id() on cpython returns the address, but it is
13771377
# implementation dependent however, view.py

0 commit comments

Comments
 (0)