Re-add accidentally removed ":" in trakt.py
This commit is contained in:
parent
22c38ad083
commit
c0002f4f09
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
"trakt-api-version": "2", "trakt-api-key":
|
"trakt-api-version": "2", "trakt-api-key":
|
||||||
self.bot.config["trakt-api-key"]}, json=True,
|
self.bot.config["trakt-api-key"]}, json=True,
|
||||||
code=True)
|
code=True)
|
||||||
if page
|
if page:
|
||||||
if page.code == 200:
|
if page.code == 200:
|
||||||
type = page.data["type"]
|
type = page.data["type"]
|
||||||
if type == "movie":
|
if type == "movie":
|
||||||
|
|
Loading…
Reference in a new issue