From 9cedd57036b2be9eff721d3f7c73703139e4f603 Mon Sep 17 00:00:00 2001 From: Blergo Date: Tue, 2 Jul 2024 10:33:26 +0100 Subject: [PATCH] Fix for help menu formatting --- command_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_handlers.py b/command_handlers.py index 6e5431e..739fb2a 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -41,7 +41,7 @@ def handle_exit_command(sender_id, interface): def handle_help_command(sender_id, interface, state=None): - title = "█▓▒░ Yorkshire BBS ░▒▓█\n" + title = "█▓▒░ Yorkshire BBS ░▒▓█\n\n" commands = [ "[M]ail Menu", "[B]ulletin Menu",