1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00

Breaking so multiple legs work

This commit is contained in:
pyro2927
2017-12-24 20:19:32 -08:00
parent 7f14500d27
commit 6c4ac5b1c1

View File

@@ -83,9 +83,7 @@ def checkin(number, first, last):
for flight in body['checkInConfirmationPage']['flights']:
for doc in flight['passengers']:
print("{} got {}{}!".format(doc['name'], doc['boardingGroup'], doc['boardingPosition']))
# clean exit
sys.exit(0)
# end checkin method
break
def schedule_checkin(flight_time, number, first, last):
checkin_time = flight_time - timedelta(days=1)