jonathanjordan21 commited on
Commit
db9e4d7
·
verified ·
1 Parent(s): 1770682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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: string = "ECONOMY",
35
- departureDate: string ="2024-12-20",
36
- resultType: string = "DEPARTURE",
37
- searchType: string = "ROUND_TRIP",
38
- returnDate: string = "2024-12-21",
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