Should work

This commit is contained in:
redfast00 2019-08-22 20:46:39 +02:00
parent abfbea97c2
commit af0099ba82
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -62,7 +62,7 @@ def printstring(s):
for c in s: for c in s:
if last_c == '§': if last_c == '§':
change_color(c) change_color(c)
else: elif c != '§':
printchar(c) printchar(c)
last_c = c last_c = c