diff --git a/jupyterhub/apihandlers/base.py b/jupyterhub/apihandlers/base.py index 2542c825..b107bf64 100644 --- a/jupyterhub/apihandlers/base.py +++ b/jupyterhub/apihandlers/base.py @@ -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