We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45d4a02 + f349c5f commit 6e8c58cCopy full SHA for 6e8c58c
main.py
@@ -64,7 +64,7 @@ async def get(request: Request) -> Response:
64
logger.info(f"[PROXY] {request.url.path} was cached, and is now invalid.")
65
else:
66
logger.info(
67
- f"[PROXY] {request.url.path} is cached until {cached_response_content[1].strftime("%Y-%m-%dT%H:%M:%S")}"
+ f"[PROXY] {request.url.path} is cached until {cached_response_content[1].strftime('%Y-%m-%dT%H:%M:%S')}"
68
)
69
return Response(
70
content=cached_response_content[0], media_type="application/json"
0 commit comments