From e570606376cc64a173050bdf1dec627cdc12fd21 Mon Sep 17 00:00:00 2001 From: tbrinkhuis Date: Mon, 9 Sep 2024 20:19:12 +0000 Subject: [PATCH] Typo corrected; --- command_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_handlers.py b/command_handlers.py index 9b5dc2b..61590d9 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -389,7 +389,7 @@ def handle_channel_directory_steps(sender_id, message, step, state, interface): update_user_state(sender_id, {'command': 'CHANNEL_DIRECTORY', 'step': 5}) else: send_message("No channels available in the directory.", sender_id, interface) - handle_channel_directory_command(sender_id, interface + handle_channel_directory_command(sender_id, interface) elif step == 2: channel_index = int(message)