Fix .html
This commit is contained in:
1
main.py
1
main.py
@ -45,6 +45,7 @@ def generate_html(
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
html_url = f"https://killyoy.lovinator.space/{video_filename}"
|
html_url = f"https://killyoy.lovinator.space/{video_filename}"
|
||||||
|
video_filename += ".html"
|
||||||
|
|
||||||
with open(f"Uploads/{video_filename}", "w") as file:
|
with open(f"Uploads/{video_filename}", "w") as file:
|
||||||
file.write(video_html)
|
file.write(video_html)
|
||||||
|
Reference in New Issue
Block a user