Register SubredditFollow document
This commit is contained in:
parent
7d85dd3764
commit
7efb8e69a4
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class Subreddit(Document):
|
||||||
over18: bool = fields.BooleanField(default=False)
|
over18: bool = fields.BooleanField(default=False)
|
||||||
|
|
||||||
|
|
||||||
|
@JARVIS_INST.register
|
||||||
class SubredditFollow(Document):
|
class SubredditFollow(Document):
|
||||||
"""Subreddit Follow object."""
|
"""Subreddit Follow object."""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue