Fix typo while we're here

This commit is contained in:
Joel Bradshaw 2021-12-17 06:14:52 +00:00 committed by Joel Bradshaw
parent 9d1db3f67c
commit 66df16eb78

View file

@ -6,7 +6,7 @@ from bookwyrm import activitystreams, models
def populate_streams(stream=None):
"""build all the streams for all the users"""
streams = [stream] if stream else activitystreams.streams.keys()
print("Populations streams", streams)
print("Populating streams", streams)
users = models.User.objects.filter(
local=True,
is_active=True,