Merge branch 'main' into main

This commit is contained in:
Solène 2025-01-26 14:32:41 +01:00 committed by GitHub
commit fd12fc9722
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
app.py
View file

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