From 7200d3f091b8a48bcb16f0210bc8092e7aed6951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Wed, 12 May 2021 01:03:53 +0200 Subject: [PATCH] Fix .html --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 244c8f4..54ec367 100644 --- a/main.py +++ b/main.py @@ -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)