Compare commits

..

No commits in common. "fd12fc9722dae9c9b45681f52e9f3e22be807543" and "142c74e5ab8db960a2486bc4c838a4833b807664" have entirely different histories.

2
app.py
View file

@ -129,4 +129,4 @@ def home():
return render_template('index.html', page_actuelle='home', films=showtimes[delta], dates=dates) return render_template('index.html', page_actuelle='home', films=showtimes[delta], dates=dates)
if __name__ == '__main__': if __name__ == '__main__':
app.run() app.run()