From a84a8d49d19fdee73c24ab4d2d932f17d22751a5 Mon Sep 17 00:00:00 2001 From: bllfr0g Date: Tue, 9 Apr 2019 13:30:49 -0700 Subject: [PATCH] modified: southwest.py --- southwest/southwest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/southwest/southwest.py b/southwest/southwest.py index c55e017..0d0f82a 100644 --- a/southwest/southwest.py +++ b/southwest/southwest.py @@ -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=[]):