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