summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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}))