From 4a574f2cdd82881b9817570d332ade8975f1d175 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 12 Jun 2012 08:43:32 +0200 Subject: [PATCH] =?utf8?q?Encore=20un=20masque=20oubli=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.2