X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=basile.py;h=e4426ae1d7ac095cf8873ea6259e6207d18c2984;hb=f0cc860eaf72baa51e3838738cb4b1fa44f610c5;hp=cb69a9f8b72f4abf3d794f8fa15a75561053ee43;hpb=43f389e037d4c0ca63836a792e1c4a2cbe10946f;p=bots%2Fbasile.git diff --git a/basile.py b/basile.py index cb69a9f..e4426ae 100755 --- a/basile.py +++ b/basile.py @@ -180,7 +180,7 @@ def login_NK(username,password,typ="bdd"): sock=connect_NK() try: # Basile a un compte special user - commande='login [%s,%s,"%s"]'%(json.dumps(username),json.dumps(password),typ) + commande='login [%s,%s,"%s",[["note"],[],false]]'%(json.dumps(username),json.dumps(password),typ) sock.write(commande) out=sock.read() except Exception as exc: