From 016321e670ff6e41177df2ad02579a82b97d15ca Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 20 Jul 2017 14:13:54 +0200 Subject: fixed a word --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-18-g5258