From cc76c7cd04b7b7b5e67cb5d37a85311390298e0b Mon Sep 17 00:00:00 2001 From: Tomasz Chady Date: Mon, 22 May 2023 19:31:09 +0200 Subject: [PATCH] Zaktualizuj 'hello.py' --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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