Issue: Observed Main Menu Behavior #56

This commit is contained in:
joe ketcham 2024-07-15 10:28:40 -04:00
parent 68640f8c0e
commit 06163e950a

View file

@ -166,6 +166,8 @@ def process_message(sender_id, message, interface, is_sync_message=False):
handle_group_message_selection(sender_id, message, step, state, interface)
else:
handle_help_command(sender_id, interface)
else:
handle_help_command(sender_id, interface)
def on_receive(packet, interface):
try: