stupid bug fix

This commit is contained in:
Marko Budiselic 2016-03-20 18:54:45 +01:00
parent 8cecbc5ad8
commit 4db599f8f9

View File

@ -103,7 +103,7 @@ class WorkerWebService(WebService):
''' '''
Stops the worker run. Stops the worker run.
''' '''
self.params_data = None self.params_data = {}
self.is_simulation_running = False self.is_simulation_running = False
return ('', 204) return ('', 204)