aboutsummaryrefslogtreecommitdiff
path: root/modules/trakt.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-08-30 18:06:46 +0100
committerGravatar jesopo2018-08-30 18:06:46 +0100
commitd52037a6a3aa8a24bb6d7cff88a889519193fc82 (patch)
treebbc205bae0678a6f0c8d583f4956b5decfac22de /modules/trakt.py
parentreturn "None" timeouts when there's no servers in IRCBot.servers (diff)
signature
use assure_call for trakt.py and lastfm.py
Diffstat (limited to 'modules/trakt.py')
-rw-r--r--modules/trakt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/trakt.py b/modules/trakt.py
index 39a039c3..b3c36d3d 100644
--- a/modules/trakt.py
+++ b/modules/trakt.py
@@ -14,7 +14,7 @@ class Module(object):
"on trakt.tv", usage="[username]")
bot.events.on("postboot").on("configure").on("set"
- ).call(setting="trakt", help="Set username on trakt.tv")
+ ).assure_call(setting="trakt", help="Set username on trakt.tv")
def now_watching(self, event):
if event["args"]: