Commit f105ab99 authored by Alain Takoudjou's avatar Alain Takoudjou

fixup! monitor: start-date was replaced by date in promise history

parent 374f80be
......@@ -34,7 +34,7 @@ def buildStatistic(history_folder):
last_date = None
if stats_dict["data"]:
if stats_dict["data"][-1].has_key("start-date"):
last_date = stats_dict["data"][-1]["date"]
last_date = stats_dict["data"][-1]["start-date"]
else:
last_date = stats_dict["data"][-1]["date"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment