|
This is the error that I get when I run:
! python filename
[root@localhost checkin]# ! python southwest
Traceback (most recent call last):
File "southwest", line 509, in ?
main()
File "southwest", line 444, in main
departure = getFlightTimes(retrieve_url, confirmation, firstname, lastname)
File "southwest", line 289, in getFlightTimes
to_arrive_time = ts[1]
IndexError: list index out of range
[root@localhost checkin]#
Any suggestions? Is this an error with the code?
|