Fix a small tyop in the history component
parent
f5b5d3f65a
commit
473047f3dd
|
@ -147,7 +147,7 @@ def _api_history_period(handler, path_match, data):
|
|||
|
||||
end_time = start_time + one_day
|
||||
|
||||
print("Fetchign", start_time, end_time)
|
||||
print("Fetching", start_time, end_time)
|
||||
|
||||
entity_id = data.get('filter_entity_id')
|
||||
|
||||
|
|
Loading…
Reference in New Issue