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