no daemon

This commit is contained in:
Administrator 2024-02-17 01:26:36 +03:00
parent 2ebba22478
commit f63ce9ee90

View File

@ -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):