Fix a typo
This commit is contained in:
parent
54824be40a
commit
92eaba45d1
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue