Skip to content

Commit

Permalink
more debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Apr 24, 2024
1 parent faf7d44 commit fd3b8ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ async def proxy():
headers = {'Authorization': f'token {token}'}

logger.info(cached_resp["last_checked"])
logger.info(last_checked)
logger.info(current_time)

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 fd3b8ee

Please sign in to comment.