diff --git a/app.py b/app.py index 34e51e4..da2f49c 100644 --- a/app.py +++ b/app.py @@ -129,4 +129,4 @@ def home(): return render_template('index.html', page_actuelle='home', films=showtimes[delta], dates=dates) if __name__ == '__main__': - app.run() + app.run() \ No newline at end of file