Skip to content

Commit

Permalink
add agent_main() function back
Browse files Browse the repository at this point in the history
  • Loading branch information
SaladDais committed Jan 10, 2024
1 parent 03d66fa commit 8d4fc31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/outleap/scripts/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ async def amain():
pass


def agent_main():
asyncio.run(amain())


if __name__ == "__main__":
multiprocessing.freeze_support()
asyncio.run(amain())
agent_main()

0 comments on commit 8d4fc31

Please sign in to comment.