move lxmf message fields class to src folder

This commit is contained in:
liamcottle
2024-06-02 21:35:08 +12:00
parent 2cac99ea75
commit 3f4da4198c
2 changed files with 1 additions and 1 deletions

2
web.py
View File

@@ -20,7 +20,7 @@ from peewee import SqliteDatabase
from serial.tools import list_ports
import database
from lxmf_message_fields import LxmfImageField, LxmfFileAttachmentsField, LxmfFileAttachment
from src.lxmf_message_fields import LxmfImageField, LxmfFileAttachmentsField, LxmfFileAttachment
from src.audio_call_manager import AudioCall, AudioCallManager