]> gitweb.pimeys.fr Git - NK2015_Client_Python_Alpha.git/commitdiff
Correction du login de toto (masque)
authorVincent Le Gallic <legallic@crans.org>
Wed, 16 May 2012 07:26:23 +0000 (09:26 +0200)
committerVincent Le Gallic <legallic@crans.org>
Wed, 16 May 2012 07:26:23 +0000 (09:26 +0200)
client.py

index 75446e67dbac7502e473e8edd0b16df95317dfe4..65b9d4163e917dcfb76523fec402fac2dc605ffc 100755 (executable)
--- 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)