From 92eaba45d1c60a18a3be8ead8db45dbb082944f9 Mon Sep 17 00:00:00 2001 From: Daniel Krastev Date: Wed, 5 Feb 2025 00:46:00 +0000 Subject: [PATCH] Fix a typo --- src/discordbot/discordbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discordbot/discordbot.py b/src/discordbot/discordbot.py index db11423..ee04077 100644 --- a/src/discordbot/discordbot.py +++ b/src/discordbot/discordbot.py @@ -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]