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
1 changed files with 1 additions and 1 deletions

View File

@ -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