mirror of
https://github.com/MathiasDPX/grainParisArt.git
synced 2025-01-08 00:06:38 +00:00
Add Ciné Galaxy
This commit is contained in:
parent
0603beb326
commit
f3ee26a977
1 changed files with 2 additions and 0 deletions
2
app.py
2
app.py
|
@ -11,6 +11,8 @@ from modules.Classes import *
|
|||
theaters = [Theater(data["node"]) for data in
|
||||
requests.get("https://www.allocine.fr/_/localization_city/Brest").json()["values"]["theaters"]]
|
||||
|
||||
theaters = theaters + [Theater(data["node"]) for data in requests.get("https://www.allocine.fr/_/localization_city/Landerneau").json()["values"]["theaters"]]
|
||||
|
||||
|
||||
def getShowtimes(date):
|
||||
showtimes: list[Showtime] = []
|
||||
|
|
Loading…
Reference in a new issue