Bugfix
This commit is contained in:
parent
669aea7436
commit
e433e90dd8
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user