fixed missing variable in stats menu

This commit is contained in:
Blergo 2024-07-02 11:12:31 +01:00
parent 8387b9d5aa
commit f4424e9aa9

View File

@ -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