Traceback (most recent call last):
File "/TC2-BBS-mesh/server.py", line 20, in <module>
from js8call_integration import JS8CallClient
File "/TC2-BBS-mesh/js8call_integration.py", line 10, in <module>
from command_handlers import handle_help_command
File "/TC2-BBS-mesh/command_handlers.py", line 24, in <module>
main_menu_items = config['menu']['main_menu_items'].split(',')
~~~~~~^^^^^^^^
File "/usr/lib/python3.12/configparser.py", line 941, in __getitem__
raise KeyError(key)
KeyError: 'menu'