Fix quit script action

This commit is contained in:
2020-11-18 16:32:29 +01:00
parent 4438709a99
commit 11acefa076
3 changed files with 11 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ class TimerThread(Thread,GenericMonitor):
def signalHandler(signal_received, frame):
timerThread.stop()
timerThread.join()
groups = {'groups':['Timer']}
groups = ['Timer']
timerThread.deleteGroups(groups)
sys.exit(0)