From f6b9f2b9faa5aabb3cad10cb1c8f1273fda0a5ba Mon Sep 17 00:00:00 2001 From: Krateng Date: Thu, 3 Dec 2020 18:37:30 +0100 Subject: [PATCH] Fix GH-61 --- maloja/proccontrol/tasks/lastfmconverter.py | 1 - 1 file changed, 1 deletion(-) 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")