Fix undefined app

This commit is contained in:
Matthew Stratford 2020-10-29 22:25:40 +00:00
parent beba7e5806
commit eafb4dd461
No known key found for this signature in database
GPG key ID: 5F50E4308A3416E8

View file

@ -169,6 +169,7 @@ def stopServer():
q.put("QUIT")
for player in channel_p:
player.join()
global app
app = None