From f4424e9aa9910b6cdc7733e4a221a105a94d6726 Mon Sep 17 00:00:00 2001 From: Blergo Date: Tue, 2 Jul 2024 11:12:31 +0100 Subject: [PATCH] fixed missing variable in stats menu --- command_handlers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/command_handlers.py b/command_handlers.py index f5e9843..7c5d267 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -120,6 +120,7 @@ def handle_stats_steps(sender_id, message, step, interface, bbs_nodes): return elif step == 2: + choice = int(message) if choice == 3: handle_help_command(sender_id, interface) return