From: Vincent Le Gallic Date: Wed, 16 May 2012 07:26:23 +0000 (+0200) Subject: Correction du login de toto (masque) X-Git-Url: http://gitweb.pimeys.fr/?p=NK2015_Client_Python_Alpha.git;a=commitdiff_plain;h=6c63501246793b99eb7f632b23bdc217bd497dff Correction du login de toto (masque) --- diff --git a/client.py b/client.py index 75446e6..65b9d41 100755 --- a/client.py +++ b/client.py @@ -53,7 +53,7 @@ def login(socket,user,mdp="",typ="bdd"): elif user in ["vincent","moi"]: a.write('login ["vincent","plop","special",["all"]]') elif user in ["toto"]: - a.write('login ["toto","plop","bdd"]') + a.write('login ["toto","plop","bdd",[["all"],["all"],true]]') else: a.write('login ["%s","%s","%s"]'%(user,mdp,typ)) return lit(a)