diff --git a/southwest/southwest.py b/southwest/southwest.py index 0d0f82a..5a375a3 100644 --- a/southwest/southwest.py +++ b/southwest/southwest.py @@ -14,7 +14,7 @@ class Reservation(): self.number = number self.first = first self.last = last - self.notifications = [] + self.notifications = notifications @staticmethod def generate_headers():