mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-08-07 22:22:23 -04:00
Update command_handlers.py
This commit is contained in:
parent
9aa8d087e3
commit
8013e511fa
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from meshtastic import BROADCAST_NUM
|
||||||
|
|
||||||
from db_operations import (
|
from db_operations import (
|
||||||
add_bulletin, add_mail, delete_mail,
|
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,
|
get_mail, get_mail_content,
|
||||||
add_channel, get_channels, get_sender_id_by_mail_id
|
add_channel, get_channels, get_sender_id_by_mail_id
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue