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

modified: southwest.py

This commit is contained in:
bllfr0g
2019-04-09 13:30:49 -07:00
parent b393db873b
commit a84a8d49d1

View File

@@ -7,6 +7,7 @@ BASE_URL = 'https://mobile.southwest.com/api/'
CHECKIN_INTERVAL_SECONDS = 0.25
MAX_ATTEMPTS = 40
class Reservation():
def __init__(self, number, first, last, notifications=[]):