forked from mirrors/bookwyrm
Fixes typo in populate streams command
This commit is contained in:
parent
5a335701a7
commit
adaaf8da67
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