Add environment dump
This commit is contained in:
parent
601912d0bb
commit
1db59ad3d6
1 changed files with 2 additions and 0 deletions
2
app.py
2
app.py
|
@ -1,3 +1,4 @@
|
|||
import os
|
||||
from flask import Flask
|
||||
|
||||
app = Flask(__name__)
|
||||
|
@ -9,4 +10,5 @@ def hello_world(): # put application's code here
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(os.environ)
|
||||
app.run()
|
||||
|
|
Loading…
Reference in a new issue