diff options
-rw-r--r-- | func/minion/modules/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/func/minion/modules/test.py b/func/minion/modules/test.py index 8527217..81c8ee6 100644 --- a/func/minion/modules/test.py +++ b/func/minion/modules/test.py @@ -18,7 +18,7 @@ class Test(func_module.FuncModule): def ping(self): return 1 - def sleep(t): + def sleep(self,t): """ Sleeps for t seconds, and returns time of day. Simply a test function for trying out async and threaded voodoo. |