Skip to content

Commit 1fbb85a

Browse files
Update app.py
1 parent c86c4e9 commit 1fbb85a

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
_last_app = app
13761376

13771377
return app

0 commit comments

Comments
 (0)