mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 06:22:59 +00:00
Fix scope mistake
This commit is contained in:
@@ -773,8 +773,8 @@ class ConfigurableHTTPProxy(Proxy):
|
||||
request_timeout=5, # default: 20s
|
||||
)
|
||||
|
||||
most_recent_error = None
|
||||
async def _wait_for_api_request():
|
||||
most_recent_error = None
|
||||
try:
|
||||
async with self.semaphore:
|
||||
return await client.fetch(req)
|
||||
|
Reference in New Issue
Block a user