Skip to content

Commit

Permalink
clean up the json print
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Apr 24, 2024
1 parent 9b3f985 commit 249b7d1
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(cached_resp)
logger.info(json.loads(cached_resp["data"]))

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 249b7d1

Please sign in to comment.