From 0910d4c2ba5e57259c73230f586b5c305478641a Mon Sep 17 00:00:00 2001 From: Aditya Giri Date: Sun, 12 Nov 2023 01:56:33 +0530 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 26c0c8f..c59a178 100644 --- a/main.py +++ b/main.py @@ -6,8 +6,8 @@ @app.route('/') def hello_world(): # log the visit - print('Hello World!') + print('Hello World! test') return render_template('index.html') if __name__ == '__main__': - app.run() \ No newline at end of file + app.run()