SebastianoMeneghin commited on
Commit
b90c977
·
verified ·
1 Parent(s): e9f794c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ def get_specific_flights(day, max_delay, departure_hour, ampm, weather, destinat
237
  df = get_dataframe_of(day)
238
 
239
  if ('Select all' in destinations):
240
- destinations = def get_possible_destinations()
241
 
242
  # Remove unwanted destinations
243
  destinations = [dest for dest in destinations if dest not in ["That's a reason why I travel alone...", "I prefer not to say", 'Select all']]
 
237
  df = get_dataframe_of(day)
238
 
239
  if ('Select all' in destinations):
240
+ destinations = get_possible_destinations()
241
 
242
  # Remove unwanted destinations
243
  destinations = [dest for dest in destinations if dest not in ["That's a reason why I travel alone...", "I prefer not to say", 'Select all']]