diff --git a/hello.py b/hello.py index cbea6fb..7a58a5c 100644 --- a/hello.py +++ b/hello.py @@ -4,7 +4,7 @@ app = Flask(__name__) @app.route('/') def main(): - return 'Hello World! 5', 200 + return 'Hello World! 6', 200 if __name__ == '__main__': import os