From d52037a6a3aa8a24bb6d7cff88a889519193fc82 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 30 Aug 2018 18:06:46 +0100 Subject: use assure_call for trakt.py and lastfm.py --- modules/trakt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/trakt.py') 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"]: -- cgit v1.3.1-10-gc9f91