diff --git a/southwest/southwest.py b/southwest/southwest.py index 4bea2ca..0a3b37b 100644 --- a/southwest/southwest.py +++ b/southwest/southwest.py @@ -14,7 +14,7 @@ headers = {'Host': 'mobile.southwest.com', 'Content-Type': 'application/json', ' class Reservation(): - def __init__(self, number, first, last, notifications): + def __init__(self, number, first, last, notifications=[]): self.number = number self.first = first self.last = last