diff options
| author | 2018-08-28 14:55:08 +0100 | |
|---|---|---|
| committer | 2018-08-28 14:55:08 +0100 | |
| commit | b699c120a0894e464d7b2ae972ce13adbfcc54b8 (patch) | |
| tree | 3d93f3f1f841d641bc30994f69fd0261e4206b42 /modules/youtube.py | |
| parent | Switch to time.monotonic for comparisons, only send data at most once every .5 (diff) | |
Change how specific events assure their hooks gets the event independant of
loading order
Diffstat (limited to 'modules/youtube.py')
| -rw-r--r-- | modules/youtube.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/youtube.py b/modules/youtube.py index 51bcac38..df965ec0 100644 --- a/modules/youtube.py +++ b/modules/youtube.py @@ -26,7 +26,7 @@ class Module(object): self.channel_message) bot.events.on("postboot").on("configure").on( - "channelset").call(setting="auto-youtube", + "channelset").assure_call(setting="auto-youtube", help="Disable/Enable automatically getting info from youtube URLs", validate=Utils.bool_or_none) |
