Bugfix
This commit is contained in:
@@ -182,7 +182,7 @@ def manage_groups():
|
|||||||
if action == '':
|
if action == '':
|
||||||
return
|
return
|
||||||
elif action.lower() in ['add', 'a', 'insert']:
|
elif action.lower() in ['add', 'a', 'insert']:
|
||||||
action == 'add'
|
action = 'add'
|
||||||
retry = False
|
retry = False
|
||||||
elif action.lower() in ['remove', 'r', 'rmv', 'rem', 'delete', 'del']:
|
elif action.lower() in ['remove', 'r', 'rmv', 'rem', 'delete', 'del']:
|
||||||
action = 'remove'
|
action = 'remove'
|
||||||
|
Reference in New Issue
Block a user