mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
store.py: missing some hours here too
This commit is contained in:
@@ -228,7 +228,7 @@ async def get_top_traffic_nodes():
|
||||
ON
|
||||
p.from_node_id = n.node_id
|
||||
WHERE
|
||||
p.import_time >= DATETIME('now', '-1 day')
|
||||
p.import_time >= DATETIME('now', 'localtime', '-1 day')
|
||||
GROUP BY
|
||||
n.long_name, n.role
|
||||
ORDER BY
|
||||
|
||||
Reference in New Issue
Block a user