mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-05 08:13:39 +00:00
Set offer to None by default in Topic
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user