Re-add accidentally removed ":" in trakt.py

This commit is contained in:
jesopo 2018-12-11 22:27:58 +00:00
parent 22c38ad083
commit c0002f4f09

View file

@ -24,7 +24,7 @@ class Module(ModuleManager.BaseModule):
"trakt-api-version": "2", "trakt-api-key":
self.bot.config["trakt-api-key"]}, json=True,
code=True)
if page
if page:
if page.code == 200:
type = page.data["type"]
if type == "movie":