kill thread

This commit is contained in:
Administrator 2024-02-17 01:16:51 +03:00
parent 50d9d1c953
commit 7ce43cf4b6

View File

@ -33,7 +33,7 @@ class PlatformClient:
sleep(30)
self.fetch()
Thread(target=inner).start()
Thread(target=inner, daemon=True).start()
def poll_data(self):
self.fetch(with_exception=True)