Private GIT

Skip to content
Snippets Groups Projects
Commit fcc77bdf authored by Ofir's avatar Ofir Committed by Kfir Hadas
Browse files

Fixed TMDB API key. (#3909)

parent 5bb1c691
Branches
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class WizdomProvider(Provider):
languages = {Language.fromalpha2(l) for l in ['he']}
server_url = 'wizdom.xyz'
_tmdb_api_key = 'f7f51775877e0bb6703520952b3c7840'
_tmdb_api_key = 'a51ee051bcd762543373903de296e0a3'
def __init__(self):
self.session = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment