Skip to content

Commit f315e1a

Browse files
committed
path fix
1 parent 96aa6c2 commit f315e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ACDbot/modules/youtube_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import calendar
1010
from googleapiclient.http import MediaFileUpload
1111

12-
# Define the thumbnail path (adjust if necessary)
13-
THUMBNAIL_PATH = ".github/ACDbot/assets/Pectra YT.jpg"
12+
# Define the thumbnail path (corrected)
13+
THUMBNAIL_PATH = ".github/ACDbot/Pectra YT.jpg"
1414

1515
def get_youtube_service():
1616
"""

0 commit comments

Comments
 (0)