Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,11 +31,11 @@ async def get_flights(
|
|
| 31 |
adult: int = 1,
|
| 32 |
child: int = 0,
|
| 33 |
infant: int = 0,
|
| 34 |
-
cabinClass:
|
| 35 |
-
departureDate:
|
| 36 |
-
resultType:
|
| 37 |
-
searchType:
|
| 38 |
-
returnDate:
|
| 39 |
# enableVI=true
|
| 40 |
):
|
| 41 |
global cookie_string
|
|
|
|
| 31 |
adult: int = 1,
|
| 32 |
child: int = 0,
|
| 33 |
infant: int = 0,
|
| 34 |
+
cabinClass: str = "ECONOMY",
|
| 35 |
+
departureDate: str ="2024-12-20",
|
| 36 |
+
resultType: str = "DEPARTURE",
|
| 37 |
+
searchType: str = "ROUND_TRIP",
|
| 38 |
+
returnDate: str = "2024-12-21",
|
| 39 |
# enableVI=true
|
| 40 |
):
|
| 41 |
global cookie_string
|