Skip to content

Commit

Permalink
fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Dec 24, 2024
1 parent 749da63 commit e7685f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openhands/core/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ async def on_event(event: Event):

event_stream.subscribe(EventStreamSubscriber.MAIN, on_event, str(uuid4()))

await runtime.connect()

asyncio.create_task(prompt_for_next_task())

await run_agent_until_done(
Expand Down

0 comments on commit e7685f1

Please sign in to comment.