From 57e2b423e89a41cdb9a2aa06d00fef177bc6cc9e Mon Sep 17 00:00:00 2001 From: Xanders25 Date: Wed, 25 Dec 2024 17:40:20 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20app.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 74c32f9..ae21bb2 100644 --- a/app.py +++ b/app.py @@ -4,7 +4,7 @@ app = Flask(__name__) @app.route('/') def hello_world(): - return 'Hello, World! TEST1' + return 'Hello, World! TEST123233213213 \n ewewewe' if __name__ == '__main__': app.run(host='0.0.0.0', port=5000)