Skip to content

Commit

Permalink
print full cached object
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Apr 24, 2024
1 parent 249b7d1 commit 8ff632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async def proxy():

headers = {'Authorization': f'token {token}'}

logger.info(json.loads(cached_resp["data"]))
logger.info(json.loads(cached_resp))

if cached_resp and "etag" in cached_resp:
if "last_checked" in cached_resp and current_time - last_checked < 60:
Expand Down

0 comments on commit 8ff632e

Please sign in to comment.