singhankur01 commited on
Commit
55c0213
·
verified ·
1 Parent(s): 3cbd090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ async def run_hackrx(req: RunRequest):
289
  # print("Step 3: Determining the correct flight path...")
290
  base_flight_url = "https://register.hackrx.in/teams/public/flights/"
291
  if landmark == "Gateway of India":
292
- final_url = base_flight_url + "getFirstCityFlightNumber"
293
  elif landmark == "Taj Mahal":
294
  final_url = base_flight_url + "getSecondCityFlightNumber"
295
  elif landmark == "Eiffel Tower":
 
289
  # print("Step 3: Determining the correct flight path...")
290
  base_flight_url = "https://register.hackrx.in/teams/public/flights/"
291
  if landmark == "Gateway of India":
292
+ final_url = base_flight_url + "getFirstCityFlightNumber"
293
  elif landmark == "Taj Mahal":
294
  final_url = base_flight_url + "getSecondCityFlightNumber"
295
  elif landmark == "Eiffel Tower":