Skip to content

Commit

Permalink
trakt api (#8705)
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSteve authored Feb 2, 2024
1 parent fc40d49 commit 87eb816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickchill/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
# TRAKT_API_KEY = 'd4161a7a106424551add171e5470112e4afdaf2438e6ef2fe0548edc75924868'
TRAKT_API_KEY = "5c65f55e11d48c35385d9e8670615763a605fad28374c8ae553a7b7a50651ddd"
TRAKT_API_SECRET = "b53e32045ac122a445ef163e6d859403301ffe9b17fb8321d428531b69022a82"
TRAKT_API_URL = "https://api-v2launch.trakt.tv/"
TRAKT_API_URL = "https://api.trakt.tv/"
TRAKT_BLACKLIST_NAME = None
TRAKT_DEFAULT_INDEXER = None
TRAKT_METHOD_ADD = None
Expand Down

0 comments on commit 87eb816

Please sign in to comment.