Compton: Remove a bunch of animations

Trying to simplify things
This commit is contained in:
2018-08-07 19:08:39 -05:00
parent 30031641e8
commit cd6af017e3
2 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ try:
# Python3 uses UTF-8 by default.
if sys.version_info.major == 3:
print(output.format(artist=artist, song=song))
print(output.format(artist=artist, song=song).encode('UTF-32'))
else:
print(output.format(artist=artist, song=song).encode('UTF-8'))
except Exception as e: