Update to check for new requirements

This commit is contained in:
pablorevilla-meshtastic
2026-02-09 21:29:53 -08:00
parent 9622092c17
commit 01dce2a5e0
3 changed files with 17 additions and 0 deletions
+2
View File
@@ -11,6 +11,7 @@ from sqlalchemy.engine.url import make_url
from meshview import migrations, models, mqtt_database, mqtt_reader, mqtt_store
from meshview.config import CONFIG
from meshview.deps import check_optional_deps
# -------------------------
# Basic logging configuration
@@ -237,6 +238,7 @@ async def load_database_from_mqtt(
# Main function
# -------------------------
async def main():
check_optional_deps()
logger = logging.getLogger(__name__)
# Initialize database