From af0099ba82dff71fe3bb98d6d294a9cba28d3d36 Mon Sep 17 00:00:00 2001 From: redfast00 Date: Thu, 22 Aug 2019 20:46:39 +0200 Subject: [PATCH] Should work --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index c6fc6ea..ae5fa7f 100644 --- a/server.py +++ b/server.py @@ -62,7 +62,7 @@ def printstring(s): for c in s: if last_c == '§': change_color(c) - else: + elif c != '§': printchar(c) last_c = c