jonathanjordan21 commited on
Commit
712ab22
·
verified ·
1 Parent(s): 79f0f8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = 1,
33
- infant: int = 1,
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",