From 3ba54913c1f53a69e6dc130144b70d1fe7e598fc Mon Sep 17 00:00:00 2001 From: ReneKlever Date: Sun, 13 Apr 2025 14:04:27 +0200 Subject: [PATCH] Update command_handlers.py --- command_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_handlers.py b/command_handlers.py index 3723cde..6bbd6f6 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -206,7 +206,7 @@ def handle_bb_steps(sender_id, message, step, state, interface, bbs_nodes): sender_short_name, date, subject, content, unique_id = get_bulletin_content(bulletin_id) send_message(f"From: {sender_short_name}\nDate: {datum(date)}\nSubject: {subject}\n- - - - - - -\n{content}", sender_id, interface) board_name = state['board'] - handle_bb_steps(sender_id, 'e', 1, state, interface, bbs_nodes) + handle_bb_steps(sender_id, 'r', 2, state, interface, bbs_nodes) elif step == 4: subject = message