docs: resolve videodb follow-up review comments

This commit is contained in:
Affaan Mustafa
2026-03-10 21:11:00 -07:00
parent b0c2e77bd8
commit 2581bebfd9
2 changed files with 3 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ _first_connection = True
def log(msg: str):
"""Log with timestamp."""
LOGGER.info(msg)
LOGGER.info("%s", msg)
def append_event(event: dict):