Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,15 +85,15 @@ async def get_airport_codes():
|
|
| 85 |
|
| 86 |
|
| 87 |
# origin=JKTC',
|
| 88 |
-
'originType=',
|
| 89 |
-
'destination=',
|
| 90 |
-
'destinationType=',
|
| 91 |
-
'adult=1',
|
| 92 |
-
'child=0',
|
| 93 |
-
'infant=0',
|
| 94 |
-
'cabinClass=ECONOMY',
|
| 95 |
-
'departureDate=2024-12-17',
|
| 96 |
-
'flexiFare=true',
|
| 97 |
-
'resultType=DEPARTURE',
|
| 98 |
-
'searchType=ONE_WAY',
|
| 99 |
-
'enableVI=true
|
|
|
|
| 85 |
|
| 86 |
|
| 87 |
# origin=JKTC',
|
| 88 |
+
# 'originType=',
|
| 89 |
+
# 'destination=',
|
| 90 |
+
# 'destinationType=',
|
| 91 |
+
# 'adult=1',
|
| 92 |
+
# 'child=0',
|
| 93 |
+
# 'infant=0',
|
| 94 |
+
# 'cabinClass=ECONOMY',
|
| 95 |
+
# 'departureDate=2024-12-17',
|
| 96 |
+
# 'flexiFare=true',
|
| 97 |
+
# 'resultType=DEPARTURE',
|
| 98 |
+
# 'searchType=ONE_WAY',
|
| 99 |
+
# 'enableVI=true
|