summaryrefslogtreecommitdiff
path: root/src/ssh_node5_net.py
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-03-24 00:34:49 +0100
committeruser <user@node5.net>2024-03-24 00:34:49 +0100
commit261a5ca6cf3048c067ff77e4ab98dbb6cc135f4c (patch)
tree53fd28457214b4b47855242344fc0975f1f11504 /src/ssh_node5_net.py
parentf8c85565396ee7d027fd3096c598e200037b3733 (diff)
chart format time
Diffstat (limited to 'src/ssh_node5_net.py')
-rw-r--r--src/ssh_node5_net.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssh_node5_net.py b/src/ssh_node5_net.py
index 0615147..43b9dd9 100644
--- a/src/ssh_node5_net.py
+++ b/src/ssh_node5_net.py
@@ -74,7 +74,7 @@ def get_chart():
'fill': 'start'
} for index, (ip, data) in enumerate(by_ip.items())])
- histogram_labels = [str(a) for a in all_dates]
+ histogram_labels = [format_time(a) for a in all_dates]
return histogram_chartjs, histogram_labels