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