Add environment dump
This commit is contained in:
parent
1db59ad3d6
commit
68a198cc91
1 changed files with 2 additions and 1 deletions
3
app.py
3
app.py
|
@ -10,5 +10,6 @@ def hello_world(): # put application's code here
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(os.environ)
|
||||
for key, value in os.environ.items():
|
||||
print(f'{key}: {value}')
|
||||
app.run()
|
||||
|
|
Loading…
Reference in a new issue