mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-05 18:11:41 +00:00
Refactor of caching & data storage part 17 #118
This commit is contained in:
@@ -30,7 +30,7 @@ class StatusReporter:
|
||||
def start(self):
|
||||
"""Start the reporter thread"""
|
||||
|
||||
self._thread = Thread(target=self._run, daemon=True)
|
||||
self._thread = Thread(target=self._run, name="StatusReporter")
|
||||
self._thread.start()
|
||||
|
||||
def stop(self):
|
||||
|
||||
Reference in New Issue
Block a user