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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user