diff options
-rw-r--r-- | lib/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/commands.py b/lib/commands.py index 1302195..a3d439a 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -34,7 +34,7 @@ class Commands(object): ListCommands.err('personal', e.value) elif what == 'get': try: - if len(cmd) > ListCommands.info['get'][1] and cmd[1] != 'user?': + if len(cmd) > ListCommands.info['get'][1]: raise PersonalError(Colors.grey + 'get ' + Colors.red + 'accetta 2 parametri') if cmd[1] == 'i': |