use one variable to track app shutdown state
This commit is contained in:
parent
0cc3a4523e
commit
567952d91d
7 changed files with 35 additions and 44 deletions
|
|
@ -8,6 +8,7 @@ tasks = False
|
|||
downloads = False
|
||||
tor = False
|
||||
update = False
|
||||
shutdown = False
|
||||
websockets = []
|
||||
|
||||
activity = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue