From 12075bbd057c7d13d7680cfc7cecc15f1d4037a9 Mon Sep 17 00:00:00 2001 From: nemesis Date: Tue, 10 Jul 2018 21:09:16 +0200 Subject: [PATCH] arguments obligatoires --- mall_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mall_handler.py b/mall_handler.py index 32fa7a6..61e1554 100644 --- a/mall_handler.py +++ b/mall_handler.py @@ -10,5 +10,5 @@ class MAllHandler(MHandler): def __init__(self, handle_callback): MHandler.__init__(self, self.test, handle_callback) - def test(): + def test(self, room, event): return True \ No newline at end of file