mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-11-30 23:16:33 -05:00
fixed missing variable in stats menu
This commit is contained in:
parent
8387b9d5aa
commit
f4424e9aa9
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue