Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
KSKOP69 committed Oct 25, 2024
1 parent eef50fb commit 84f4fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlexaMusic/platforms/Youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


def cookiefile():
cookie_dir = "AlexaMusic/platforms"
cookie_dir = "cookies"
cookies_files = [f for f in os.listdir(cookie_dir) if f.endswith(".txt")]

cookie_file = os.path.join(cookie_dir, cookies_files[0])
Expand Down

0 comments on commit 84f4fad

Please sign in to comment.