Fix quit script action
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user