Dennis Cawley

Results 2 issues of Dennis Cawley

![image](https://github.com/celebi-pkg/flight-analysis/assets/68391744/0cb107bc-9474-49d7-8dc0-7d90edd1dffd) Check for colon when scraping and converting to date-time. Airline LATAM creates a Value Error when we check solely for 'AM' and 'PM'

Issue: When searching for flights from JFK to BOG, airline [LATAM](https://www.latamairlines.com/us/en) causes a ValueError in the _classify_arg. ![image](https://github.com/celebi-pkg/flight-analysis/assets/68391744/de28f16e-c609-4802-b44d-4ab54dffaea2) Root Cause: The first if statement is: if ('AM' in arg or...