From 6a8930cdfd7e16689034c93b3395b48a2aa715a1 Mon Sep 17 00:00:00 2001 From: Blergo Date: Tue, 2 Jul 2024 19:21:10 +0100 Subject: [PATCH] code fix --- command_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_handlers.py b/command_handlers.py index 7d2929b..ff8055d 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -275,7 +275,7 @@ def handle_mail_steps(sender_id, message, step, state, interface, bbs_nodes): except TypeError: # get_main_content returned None. Node tried to access somebody's else mail message logging.info(f"Node {sender_id} tried to access non-existent message") - send_message(f"Mail not found", sender_id, interface) + send_message("Mail not found", sender_id, interface) update_user_state(sender_id, None) elif step == 3: