bug fix related to switch between two simulation (values from previous simulation are visible)

This commit is contained in:
Marko Budiselic 2016-03-20 20:54:09 +01:00
parent 4db599f8f9
commit 2bb2c6aa0b

View File

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