From b63944ffebd575c96cc2c4b1814dafa53c1cb18f Mon Sep 17 00:00:00 2001 From: x03daop Date: Thu, 26 Mar 2015 16:08:01 +0100 Subject: [PATCH] Closedown --- script/startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/startup.py b/script/startup.py index 8884eae1..e3de5794 100644 --- a/script/startup.py +++ b/script/startup.py @@ -304,7 +304,7 @@ def startBackgroudTask(script, interval): controller.taskManager.create(script,interval_ms) controller.taskManager.start(script) -def stopBackgroudTask(script, interval): +def stopBackgroudTask(script): controller.taskManager.remove(script) execfile(controller.setup.getScriptPath()+"/local.py") \ No newline at end of file