no need for file logging here anymore
All checks were successful
EIVE/-/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-11-13 13:51:53 +01:00
parent c0ab3351c9
commit 6e87a0249c
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -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(