From 8013e511fa9872ec1c1bcd776b1a42f925aa6f75 Mon Sep 17 00:00:00 2001 From: ReneKlever Date: Mon, 14 Apr 2025 20:46:46 +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 091f232..1639ced 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -7,7 +7,7 @@ from meshtastic import BROADCAST_NUM from db_operations import ( add_bulletin, add_mail, delete_mail, - get_bulletin_content, get_bulletins, get_hot_bulletin, get_hot_bulletins, + get_bulletin_content, get_bulletins, get_hot_bulletin, get_hot_bulletins, delete_bulletin, get_mail, get_mail_content, add_channel, get_channels, get_sender_id_by_mail_id )