diff --git a/pyinotifyd/scheduler.py b/pyinotifyd/scheduler.py index 738277a..1f0c6c5 100755 --- a/pyinotifyd/scheduler.py +++ b/pyinotifyd/scheduler.py @@ -196,10 +196,10 @@ class Cancel: setattr(self, "process_event", task.process_cancel_event) - async def shutdown(self, timeout=None): + def pause(self): pass - async def pause(self): + async def shutdown(self, timeout=None): pass