make listener robust to bad data

This commit is contained in:
2025-09-05 08:47:31 +00:00
parent 76629b8e30
commit 4c44b98d53
8 changed files with 1437 additions and 216 deletions

View File

@@ -2,7 +2,7 @@
import os
import logging
from db_utils import get_active_events
from .db_utils import get_active_events
import paho.mqtt.client as mqtt
import json
import datetime