From f63ce9ee906072ef68c1483f01c5eba9fb805a68 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 17 Feb 2024 01:26:36 +0300 Subject: [PATCH] no daemon --- helpers/sprint_platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/sprint_platform.py b/helpers/sprint_platform.py index f551034..951938b 100644 --- a/helpers/sprint_platform.py +++ b/helpers/sprint_platform.py @@ -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):