Remove .html

This commit is contained in:
2021-05-12 00:55:22 +02:00
parent b1d8f5eec1
commit 9970dffdb2

View File

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