mirror of
https://github.com/pyro2927/SouthwestCheckin.git
synced 2025-12-24 03:53:13 +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']
|
verbose = arguments['--verbose']
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
print("Attempting to check in {} {}. Confirmation: {}\n".format(first_name, last_name, reservation_number))
|
||||||
auto_checkin(reservation_number, first_name, last_name, verbose)
|
auto_checkin(reservation_number, first_name, last_name, verbose)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("Ctrl+C detected, canceling checkin")
|
print("Ctrl+C detected, canceling checkin")
|
||||||
|
|||||||
Reference in New Issue
Block a user