We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85eadc2 commit 493928cCopy full SHA for 493928c
app.py
@@ -6,7 +6,7 @@
6
7
@app.route('/')
8
def hello():
9
- return "Hello World!" + os.environ['BUCKET_NAME']
+ return "Hello World!" # + os.environ['BUCKET_NAME']
10
11
if __name__ == '__main__':
12
serve(app, host='0.0.0.0', port=8080)
0 commit comments