Closedown
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user