Skip to content

Commit

Permalink
Merge branch 'dev' into fix/sync-with-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramimashkouk committed Dec 16, 2024
2 parents 219345a + 3521458 commit c130be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/chatsky_ui/services/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,4 @@ async def periodically_check_status(self) -> None:
await asyncio.sleep(2) # TODO: ?sleep time shouldn't be constant

async def is_alive(self) -> bool:
return False
return False

0 comments on commit c130be1

Please sign in to comment.