diff --git a/helpers/sprint_platform.py b/helpers/sprint_platform.py index e58019a..03b061a 100644 --- a/helpers/sprint_platform.py +++ b/helpers/sprint_platform.py @@ -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)