diff --git a/maloja/proccontrol/tasks/lastfmconverter.py b/maloja/proccontrol/tasks/lastfmconverter.py index 4c0cc6e..6ff8210 100644 --- a/maloja/proccontrol/tasks/lastfmconverter.py +++ b/maloja/proccontrol/tasks/lastfmconverter.py @@ -57,7 +57,6 @@ def convert(input,output): entry = "\t".join([str(timestamp),artistsstr,title,album]) - entry = entry.replace("#",r"\num") outputlog.write(entry) outputlog.write("\n")