aboutsummaryrefslogtreecommitdiffstats
path: root/lyrics/leoslyrics.py
diff options
context:
space:
mode:
Diffstat (limited to 'lyrics/leoslyrics.py')
-rwxr-xr-xlyrics/leoslyrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lyrics/leoslyrics.py b/lyrics/leoslyrics.py
index 0cee65aee..1e8975910 100755
--- a/lyrics/leoslyrics.py
+++ b/lyrics/leoslyrics.py
@@ -65,4 +65,4 @@ def lyrics(hid):
hid = search(argv[1], argv[2])
if hid is None:
exit(2)
-print lyrics(hid)
+print lyrics(hid).encode('utf-8')