Skip to content

Commit 493928c

Browse files
committed
Remove environment variable
1 parent 85eadc2 commit 493928c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@app.route('/')
88
def hello():
9-
return "Hello World!" + os.environ['BUCKET_NAME']
9+
return "Hello World!" # + os.environ['BUCKET_NAME']
1010

1111
if __name__ == '__main__':
1212
serve(app, host='0.0.0.0', port=8080)

0 commit comments

Comments
 (0)