From f4d489eb47d2608930c5eee78f178995463a86d4 Mon Sep 17 00:00:00 2001 From: Blergo Date: Tue, 2 Jul 2024 22:23:17 +0100 Subject: [PATCH] fix mesh stat issue --- command_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_handlers.py b/command_handlers.py index 1025ae7..2940a8f 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -120,7 +120,7 @@ def handle_stats_steps(sender_id, message, step, interface, bbs_nodes): if choice == 0: response = "Select time period for total nodes:\n\n[0]ALL\n[1]Last 24 Hours\n[2]Last 8 Hours\n[3]Last Hour" send_message(response, sender_id, interface) - update_user_state(sender_id, {'command': 'STATS', 'step': 2}) + update_user_state(sender_id, {'command': 'STATS', 'step': 3}) elif choice == 1: hw_models = {} for node in interface.nodes.values():