diff --git a/bookwyrm/management/commands/erase_streams.py b/bookwyrm/management/commands/erase_streams.py index 3dbe17084..042e857fc 100644 --- a/bookwyrm/management/commands/erase_streams.py +++ b/bookwyrm/management/commands/erase_streams.py @@ -13,6 +13,7 @@ def erase_streams(): """ throw the whole redis away """ r.flushall() + class Command(BaseCommand): """ delete activity streams for all users """