Fix .html

This commit is contained in:
2021-05-12 01:03:53 +02:00
parent 9970dffdb2
commit 7200d3f091

View File

@ -45,6 +45,7 @@ def generate_html(
"""
html_url = f"https://killyoy.lovinator.space/{video_filename}"
video_filename += ".html"
with open(f"Uploads/{video_filename}", "w") as file:
file.write(video_html)