Update fermentation_controller.py

This commit is contained in:
avollkopf 2022-01-28 19:41:58 +01:00
parent 2de62ca7d5
commit f2e9b1bebc

View file

@ -199,7 +199,8 @@ class FermentationController:
def get_state(self):
if self.data == []:
logging.info(self.data)
#logging.info(self.data)
pass
return {"data": list(map(lambda x: x.to_dict(), self.data)), "types":self.get_types(), "steptypes":self.get_steptypes()}