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

Notifications list should be an optional param

This commit is contained in:
Adrian Walters
2019-04-14 15:07:40 -04:00
committed by GitHub
parent d838c0b9f9
commit 98c0ebd8e8

View File

@@ -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