Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
Woahai321 committed Jan 4, 2025
1 parent caeb69a commit 1b0fbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add.py
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ def one_time_list_sync(overseerr_url, api_key, requester_user_id, added_logger):
elif 'letterboxd.com' in list_id and '/list/' in list_id:
media_items.extend(fetch_letterboxd_list(list_id))
else:
print(color_gradient(f"\n❌ Invalid URL format. Must be IMDb, Trakt, or Letterboxd URL.", "#ff0000", "#aa0000"))
print(color_gradient("\n❌ Invalid URL format. Must be IMDb, Trakt, or Letterboxd URL.", "#ff0000", "#aa0000"))
elif list_id in ['top', 'boxoffice', 'moviemeter', 'tvmeter']:
items = fetch_imdb_list(list_id)
if items:
Expand Down

0 comments on commit 1b0fbc6

Please sign in to comment.