diff --git a/rfd_notify/models/topic.py b/rfd_notify/models/topic.py index d7bd88c..28bd2ee 100644 --- a/rfd_notify/models/topic.py +++ b/rfd_notify/models/topic.py @@ -17,6 +17,7 @@ class Topic: self.title = title self.post_time = post_time self.web_path = web_path + self.offer = None if offer: self.offer = Offer(**offer)