Revert "specify unused port"

This reverts commit 8f08dc2f8a.
This commit is contained in:
Ben Xu 2024-08-15 14:52:08 -07:00
parent 278eee820b
commit 6cfa5b98ae
1 changed files with 1 additions and 1 deletions

View File

@ -72,5 +72,5 @@ async def entrypoint(ctx: JobContext):
if __name__ == "__main__":
# Initialize the worker with the entrypoint
cli.run_app(
WorkerOptions(entrypoint_fnc=entrypoint, api_key="devkey", api_secret="secret", port=8082)
WorkerOptions(entrypoint_fnc=entrypoint, api_key="devkey", api_secret="secret")
)