Changed filename to be written to

This commit is contained in:
Erik Thuning 2021-12-03 16:41:12 +01:00
parent ede40c6d44
commit 207b36c910

@ -3,7 +3,7 @@
from os import path
infile='template.html'
outfile='downloadplayer.html'
outfile='dlplayer.html'
if not path.exists(infile):
print("Template file not found.")