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

Merge pull request #40 from the001/master

Notifications lost on init
This commit is contained in:
Joseph Pintozzi
2019-04-29 23:37:53 -05:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ class Reservation():
self.number = number
self.first = first
self.last = last
self.notifications = []
self.notifications = notifications
@staticmethod
def generate_headers():