diff --git a/flask-basics/4_methods.py b/flask-basics/4_methods.py index 5d4ccd1..cc6d26a 100644 --- a/flask-basics/4_methods.py +++ b/flask-basics/4_methods.py @@ -16,7 +16,7 @@ def login(): @app.route('/') def hone(): - return render_template('index.html') - + return render_template('index.html') + if __name__ == '__main__': - app.run(debug = True) \ No newline at end of file + app.run(debug = True)