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