Example #1
0
 def display_flight_history(self):
     url = '{}{}'.format(FLIGHT_HISTORY, self.input_value)
     new_scrapper = AirlineScraper(url, "prettyTable")
     return new_scrapper.flight_history()
Example #2
0
	def display_flight_history(self):
		url = '{}{}'.format(FLIGHT_HISTORY, self.input_value)
		new_scrapper = AirlineScraper(url, "prettyTable")
		return new_scrapper.flight_history()