Fix a small tyop in the history component

pull/352/head
Jeff Schroeder 2015-08-19 22:11:10 -05:00
parent f5b5d3f65a
commit 473047f3dd
1 changed files with 1 additions and 1 deletions

View File

@ -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')