aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-12-11 22:27:58 +0000
committerGravatar jesopo2018-12-11 22:27:58 +0000
commitc0002f4f093ae68496491563d596065a8eff7140 (patch)
treebfed8f3e496fc8ac0ec7eba58844ba9d8b52c8db /modules
parentShorten github urls in github.py (diff)
signature
Re-add accidentally removed ":" in trakt.py
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":