Skip to content

Commit

Permalink
await coroutine
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Nov 3, 2023
1 parent 0819f66 commit afcfd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub-azimuth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ binderhub:
print("Services after:", c.JupyterHub.services)
# Run the function in the existing event loop
set_zenith_url()
asyncio.run(set_zenith_url())
# if __name__ == '__main__': # Never executes
# if __name__ == 'builtins': # Leads to 'RuntimeError: This event loop is already running'
Expand Down

0 comments on commit afcfd10

Please sign in to comment.