I kept receiving the below error for all queries (sample date of 7/20 shown):
time data '2024-07-20 7:15 AM' does not match format '%Y-%m-%d %I:%M%p'
I simply added a space in flight.py to change '%Y-%m-%d %I:%M%p' to '%Y-%m-%d %I:%M %p' and it returned results.
I kept receiving the below error for all queries (sample date of 7/20 shown):
time data '2024-07-20 7:15 AM' does not match format '%Y-%m-%d %I:%M%p'I simply added a space in flight.py to change
'%Y-%m-%d %I:%M%p'to'%Y-%m-%d %I:%M %p'and it returned results.