mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 23:40:18 +00:00
models will hold the data
This commit is contained in:
+2
-2
@@ -42,8 +42,8 @@ class Group(object):
|
||||
self.slug = dict['slug']
|
||||
self.date_latest_message = dict['date_latest_message']
|
||||
self.date_created = dict['date_created']
|
||||
self.topics_count = dict['topics_count']
|
||||
self.unread = dict['unread']
|
||||
# self.topics_count = dict['topics_count']
|
||||
# self.unread = dict['unread']
|
||||
self.id = dict['id']
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user