Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,8 +29,8 @@ async def get_flights(
|
|
| 29 |
origin: string ="CGK",
|
| 30 |
destination: string ="DPS",
|
| 31 |
adult: int = 1,
|
| 32 |
-
child: int =
|
| 33 |
-
infant: int =
|
| 34 |
cabinClass: string = "ECONOMY",
|
| 35 |
departureDate: string ="2024-12-20",
|
| 36 |
resultType: stirng = "DEPARTURE",
|
|
|
|
| 29 |
origin: string ="CGK",
|
| 30 |
destination: string ="DPS",
|
| 31 |
adult: int = 1,
|
| 32 |
+
child: int = 0,
|
| 33 |
+
infant: int = 0,
|
| 34 |
cabinClass: string = "ECONOMY",
|
| 35 |
departureDate: string ="2024-12-20",
|
| 36 |
resultType: stirng = "DEPARTURE",
|