Fix undefined app
This commit is contained in:
parent
beba7e5806
commit
eafb4dd461
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ def stopServer():
|
|||
q.put("QUIT")
|
||||
for player in channel_p:
|
||||
player.join()
|
||||
global app
|
||||
app = None
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue