diff --git a/mall_handler.py b/mall_handler.py index 70dd820..6e583a7 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() - return True \ No newline at end of file + def test() + return True \ No newline at end of file