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