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