Get alerts working

This commit is contained in:
James Hush
2025-05-25 11:11:17 +08:00
parent 887cdb4057
commit ce23a84ceb

View File

@@ -123,6 +123,7 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection, args: argparse.Names
DebugLogObserver(
frame_types={
# TextFrame: None,
TextFrame: (MoondreamService, FrameEndpoint.DESTINATION),
# InputImageRawFrame: None,
EndFrame: None,
}