Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 16, 2024
1 parent 5d4dc76 commit 176b3dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@

# dump environment we care about

logger.info(env)
for var in env:
logger.info(var)

# add REST routes

Expand Down

0 comments on commit 176b3dd

Please sign in to comment.