mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Merge pull request #939 from bookwyrm-social/populate-streams
Fixes typo in populate streams command
This commit is contained in:
commit
a95ad46cae
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ def populate_streams():
|
|||
)
|
||||
for user in users:
|
||||
for stream in activitystreams.streams.values():
|
||||
stream.populate_stream(user)
|
||||
stream.populate_streams(user)
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
|
Loading…
Reference in a new issue