Skip to content

Commit

Permalink
fix: wrap with dict
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-fully-ported authored Oct 30, 2023
1 parent 632e9bc commit 58403f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def printenv():
prints the env as json
"""

return os.environ
return dict(os.environ)


if __name__ == "__main__":
Expand Down

0 comments on commit 58403f7

Please sign in to comment.