arguments obligatoires

This commit is contained in:
nemesis 2018-07-10 21:09:16 +02:00
parent 6839416d20
commit 12075bbd05

View file

@ -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