From 2b30ffc71b9b9181f8de81f315a1aec7c2e5c9cc Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 15 Jul 2018 23:55:21 +0100 Subject: fix print_activity still using old EventManager priority location --- modules/print_activity.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/print_activity.py b/modules/print_activity.py index 58dcbcf9..0a3d3c53 100644 --- a/modules/print_activity.py +++ b/modules/print_activity.py @@ -6,8 +6,7 @@ class Module(object): self.bot = bot bot.events.on("received").on("message").on("channel").hook( - self.channel_message, - priority=EventManager.EventCallback.PRIORITY_HIGH) + self.channel_message, priority=EventManager.PRIORITY_HIGH) bot.events.on("self").on("message").on("channel").hook( self.self_channel_message) -- cgit v1.3.1-10-gc9f91