Compton: Remove a bunch of animations
Trying to simplify things
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user