Merge pull request #3733 from manics/missing-f

Fix missing f-string modifier
This commit is contained in:
Erik Sundell
2021-12-22 00:37:37 +01:00
committed by GitHub

View File

@@ -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