no need for file logging here anymore
All checks were successful
EIVE/-/pipeline/pr-main This commit looks good
All checks were successful
EIVE/-/pipeline/pr-main This commit looks good
This commit is contained in:
parent
c0ab3351c9
commit
6e87a0249c
@ -266,7 +266,7 @@ def handle_pdu_data(
|
|||||||
)
|
)
|
||||||
except sqlite3.OperationalError as e:
|
except sqlite3.OperationalError as e:
|
||||||
_LOGGER.warning(f"SQLite error {e}")
|
_LOGGER.warning(f"SQLite error {e}")
|
||||||
pw.dlog(info)
|
_LOGGER.info(info)
|
||||||
|
|
||||||
|
|
||||||
def handle_pdu_db_insertion(
|
def handle_pdu_db_insertion(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user