From: Vincent Le Gallic Date: Tue, 12 Jun 2012 06:43:32 +0000 (+0200) Subject: Encore un masque oubliƩ X-Git-Url: http://gitweb.pimeys.fr/?p=NK2015_Client_Python_Alpha.git;a=commitdiff_plain;h=4a574f2cdd82881b9817570d332ade8975f1d175 Encore un masque oubliƩ --- diff --git a/client.py b/client.py index 65b9d41..42668ec 100755 --- a/client.py +++ b/client.py @@ -55,7 +55,7 @@ def login(socket,user,mdp="",typ="bdd"): elif user in ["toto"]: a.write('login ["toto","plop","bdd",[["all"],["all"],true]]') else: - a.write('login ["%s","%s","%s"]'%(user,mdp,typ)) + a.write('login ["%s","%s","%s",[["all"],["all"],true]]'%(user,mdp,typ)) return lit(a) def search(socket,term):