This commit is contained in:
Sybren A. Stüvel 2016-04-04 17:31:06 +02:00
parent 669aea7436
commit e433e90dd8

View File

@ -182,7 +182,7 @@ def manage_groups():
if action == '':
return
elif action.lower() in ['add', 'a', 'insert']:
action == 'add'
action = 'add'
retry = False
elif action.lower() in ['remove', 'r', 'rmv', 'rem', 'delete', 'del']:
action = 'remove'