Remove empty whitespace lines

This commit is contained in:
Tanner
2026-08-25 18:17:45 +00:00
parent bcddadf5b9
commit 1931b48c68
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -556,12 +556,12 @@ async def history(request):
q += ' tz(\'America/Edmonton\')'
points = list(client.query(q).get_points())
for p in points:
t = p['time']
if t not in time_map:
time_map[t] = {'time': t}
if len(names) > 1:
for k, v in p.items():
if k != 'time':