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

Fix for Southwest API change

This commit is contained in:
bllfr0g
2019-07-15 15:28:05 -07:00
parent 73b77d0724
commit 7da2f9bdca

View File

@@ -68,7 +68,7 @@ class Reservation():
def lookup_existing_reservation(self):
# Find our existing record
return self.load_json_page(self.with_suffix("mobile-misc/v1/mobile-misc/page/view-reservation/"))
return self.load_json_page(self.with_suffix("mobile-air-booking/v1/mobile-air-booking/page/view-reservation/"))
def get_checkin_data(self):
return self.load_json_page(self.with_suffix("mobile-air-operations/v1/mobile-air-operations/page/check-in/"))