MCPcopy Create free account
hub / github.com/Hrishikesh332/dev-ai / on_task_update

Function on_task_update

utils.py:57–58  ·  view source on GitHub ↗
(task)

Source from the content-addressed store, hash-verified

55 )
56
57 def on_task_update(task):
58 st.write(f"Video processing status: {task.status}")
59
60 st.write("Waiting for video processing to complete...")
61 video_task.wait_for_done(sleep_interval=2, callback=on_task_update)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected