We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47c271c + edc4828 commit 454dc33Copy full SHA for 454dc33
src/cfclient/utils/periodictimer.py
@@ -57,7 +57,7 @@ def start(self):
57
logger.warning("Timer already started, not restarting")
58
return
59
self._thread = _PeriodicTimerThread(self._period, self._callbacks)
60
- self._thread.setDaemon(True)
+ self._thread.daemon = True
61
self._thread.start()
62
63
def stop(self):
0 commit comments