Fix a typo

This commit is contained in:
Daniel Krastev 2025-02-05 00:46:00 +00:00
parent 54824be40a
commit 92eaba45d1

View file

@ -152,7 +152,7 @@ async def query_database():
rechead = {}
# Creating an embed
img_url = f'https://{scheduler_hostname/static/images'
img_url = f'https://{scheduler_hostname}/static/images'
thumb_url = f'https://{scheduler_hostname}/thumb/{thumb_filename}'
video_download_url = f'https://{scheduler_hostname}/video/download/{video_filename}'
video_filename_no_extension = video_filename.split('.')[0]