mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-06 17:23:28 +08:00
docs: resolve videodb follow-up review comments
This commit is contained in:
@@ -391,6 +391,8 @@ For RTStream methods (indexing, transcription, alerts, batch config), see [rtstr
|
|||||||
│ exported │ ──> Access video_id, stream_url, player_url
|
│ exported │ ──> Access video_id, stream_url, player_url
|
||||||
└───────────────┘
|
└───────────────┘
|
||||||
|
|
||||||
|
│
|
||||||
|
v
|
||||||
┌───────────────┐ WebSocket: capture_session.failed
|
┌───────────────┐ WebSocket: capture_session.failed
|
||||||
│ failed │ ──> Inspect error payload and retry setup
|
│ failed │ ──> Inspect error payload and retry setup
|
||||||
└───────────────┘
|
└───────────────┘
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ _first_connection = True
|
|||||||
|
|
||||||
def log(msg: str):
|
def log(msg: str):
|
||||||
"""Log with timestamp."""
|
"""Log with timestamp."""
|
||||||
LOGGER.info(msg)
|
LOGGER.info("%s", msg)
|
||||||
|
|
||||||
|
|
||||||
def append_event(event: dict):
|
def append_event(event: dict):
|
||||||
|
|||||||
Reference in New Issue
Block a user