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

@@ -178,7 +178,7 @@ class EventThread(Thread,GenericMonitor):
def signalHandler(signal_received, frame):
eventThread.stop()
eventThread.join()
groups = {'groups':['Mail', 'Pidgin']}
groups = ['Mail', 'Pidgin']
eventThread.deleteGroups(groups)
sys.exit(0)