mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
Merge pull request #3733 from manics/missing-f
Fix missing f-string modifier
This commit is contained in:
@@ -88,7 +88,7 @@ class APIHandler(BaseHandler):
|
||||
):
|
||||
self.log.warning(
|
||||
f"Blocking Cross Origin API request. Referer: {referer},"
|
||||
" {host_header}: {host}, Host URL: {full_host}",
|
||||
f" {host_header}: {host}, Host URL: {full_host}",
|
||||
)
|
||||
return False
|
||||
return True
|
||||
|
Reference in New Issue
Block a user