mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
Fixed stats steps
This commit is contained in:
parent
230499fc9d
commit
d87f879391
|
@ -105,13 +105,12 @@ def handle_fortune_command(sender_id, interface):
|
||||||
|
|
||||||
def handle_stats_steps(sender_id, message, step, interface, bbs_nodes):
|
def handle_stats_steps(sender_id, message, step, interface, bbs_nodes):
|
||||||
if step == 1:
|
if step == 1:
|
||||||
choice = int(choice)
|
choice = int(message)
|
||||||
if choice == 2:
|
if choice == 2:
|
||||||
handle_help_command(sender_id, interface)
|
handle_help_command(sender_id, interface)
|
||||||
return
|
return
|
||||||
|
|
||||||
elif step == 2:
|
elif step == 2:
|
||||||
choice = int(choice)
|
|
||||||
if choice == 3:
|
if choice == 3:
|
||||||
handle_help_command(sender_id, interface)
|
handle_help_command(sender_id, interface)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue