From 6c63501246793b99eb7f632b23bdc217bd497dff Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Wed, 16 May 2012 09:26:23 +0200 Subject: [PATCH] Correction du login de toto (masque) --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2