Skip to content

Commit 7a41a01

Browse files
committed
add one more print
1 parent 00361c1 commit 7a41a01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ async def _handle_stream( # noqa: PLR0912
2828
if not current_task_id:
2929
if event.HasField('task'):
3030
current_task_id = event.task.id
31+
print('--- Task Started ---')
3132
print(f'Task [state={TaskState.Name(event.task.status.state)}]')
3233
else:
3334
raise ValueError(f'Unexpected first event: {event}')

0 commit comments

Comments
 (0)