Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ async def get_flights(
|
|
| 35 |
departureDate: string ="2024-12-20",
|
| 36 |
resultType: stirng = "DEPARTURE",
|
| 37 |
searchType: string = "ROUND_TRIP",
|
| 38 |
-
returnDate: string =2024-12-21
|
| 39 |
# enableVI=true
|
| 40 |
):
|
| 41 |
global cookie_string
|
|
|
|
| 35 |
departureDate: string ="2024-12-20",
|
| 36 |
resultType: stirng = "DEPARTURE",
|
| 37 |
searchType: string = "ROUND_TRIP",
|
| 38 |
+
returnDate: string = "2024-12-21",
|
| 39 |
# enableVI=true
|
| 40 |
):
|
| 41 |
global cookie_string
|