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()