summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-04-09 20:02:53 +0200
committeruser <user@node5.net>2024-04-09 20:02:53 +0200
commitf5605364e9635c2f0fdbc883098014959edc7cf0 (patch)
tree8a36caa3ffaf07ddb8d882cba923bdb4696f4726 /src
parent5d8a3d623e982425a5bbb0dfd003fc3cce8d2843 (diff)
graph - show fewer smallHEADmaster
Diffstat (limited to 'src')
-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 5acb229..afed9f6 100644
--- a/src/ssh_node5_net.py
+++ b/src/ssh_node5_net.py
@@ -57,7 +57,7 @@ def format_time(input: datetime.datetime) -> str:
histogram_labels = [format_time(a['date']) for a in histogram]
'''
-min_value = 1
+min_value = 20
def get_chart():
histogram = db_handler.get_histogram_detailed()
all_dates = sorted(list({d['date'] for d in histogram}))