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

add line to print the person's info being checked in (#52)

Co-authored-by: Joseph Pintozzi <joseph@pintozzi.com>
This commit is contained in:
tashey33
2020-02-16 22:56:12 -07:00
committed by GitHub
parent 34ae0b15f8
commit ea607ae8ad

View File

@@ -94,6 +94,7 @@ if __name__ == '__main__':
verbose = arguments['--verbose']
try:
print("Attempting to check in {} {}. Confirmation: {}\n".format(first_name, last_name, reservation_number))
auto_checkin(reservation_number, first_name, last_name, verbose)
except KeyboardInterrupt:
print("Ctrl+C detected, canceling checkin")