1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fix GH-61

This commit is contained in:
Krateng 2020-12-03 18:37:30 +01:00
parent 212fbf368e
commit f6b9f2b9fa

View File

@ -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")