diff --git a/zilencer/management/commands/populate_db.py b/zilencer/management/commands/populate_db.py index 08f1251fea..a96194c184 100644 --- a/zilencer/management/commands/populate_db.py +++ b/zilencer/management/commands/populate_db.py @@ -40,7 +40,6 @@ def create_streams(realm, stream_dict): # type: (Realm, Dict[Text, Dict[Text, Any]]) -> None stream_dictionary = { name: { - "realm": realm, "description": options["description"], "invite_only": options["invite_only"], } for name, options in stream_dict.items()