no daemon
This commit is contained in:
@@ -33,7 +33,7 @@ class PlatformClient:
|
||||
sleep(30)
|
||||
self.fetch()
|
||||
|
||||
thread = Thread(target=inner, daemon=True)
|
||||
thread = Thread(target=inner)
|
||||
thread.start()
|
||||
|
||||
def poll_data(self):
|
||||
|
||||
Reference in New Issue
Block a user