diff options
author | Santo Cariotti <sancn@live.com> | 2017-07-20 14:13:54 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-07-20 14:13:54 +0200 |
commit | 016321e670ff6e41177df2ad02579a82b97d15ca (patch) | |
tree | 23bb6e621595dbf660dec1d76191db2d2353baf1 | |
parent | ad61e1d080e61dab9cae1b4a54eb75d086289ae2 (diff) |
fixed a word
-rw-r--r-- | commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.py b/commands.py index fa42b7f..c9525db 100644 --- a/commands.py +++ b/commands.py @@ -13,7 +13,7 @@ class Commands(object): if userexist(cmd[2]) == True: raise PersonalError('questo nome utente esiste giĆ ') - if len(cmd) > ListCommands.info['set'][1]: raise PersonalError(Colors.grey + 'set user' + Colors.red + ' accetta 1 parametri') + if len(cmd) > ListCommands.info['set'][1]: raise PersonalError(Colors.grey + 'set user' + Colors.red + ' accetta 1 parametro') if self.user != '': r.zrem('usersname', self.user) |