Skip to content

Commit 693e909

Browse files
committed
Hopefully fixed the "out of sync" error
1 parent 9548d38 commit 693e909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart_incubator/server/smart_controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def _incubator_json(self, inc_id=0):
491491

492492
def _get_incubator(self, inc_id, days):
493493

494-
data = self._database.retrieve_day(incubator, days)
494+
data = self._database.retrieve_day(inc_id, days)
495495
return json.dumps(data)
496496

497497
def getlastData(self, incubator, json_mode=True):

0 commit comments

Comments
 (0)