aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/trakt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/trakt.py b/modules/trakt.py
index 3827e658..39f3a44b 100644
--- a/modules/trakt.py
+++ b/modules/trakt.py
@@ -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":