From 7dc7c4241b10c6423d895f8148294a56f2dc7315 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 20 Jun 2013 00:12:01 +0200 Subject: [PATCH] Encore un encodage quelque part --- basile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basile.py b/basile.py index 4ee8067..c8518c4 100755 --- a/basile.py +++ b/basile.py @@ -52,7 +52,7 @@ def log(serveur, channel, auteur=None, message=None): f.write((chain + u"\n").encode("utf-8")) f.close() if config.debug_stdout: - print chain + print chain.encode("utf-8") def ignore_event(serv, ev): """Retourne ``True`` si il faut ignorer cet évènement.""" -- 2.39.2