diff --git a/byro_shackspace/management/commands/import_shackbureau.py b/byro_shackspace/management/commands/import_shackbureau.py index 202867f..e40448e 100644 --- a/byro_shackspace/management/commands/import_shackbureau.py +++ b/byro_shackspace/management/commands/import_shackbureau.py @@ -178,4 +178,5 @@ class Command(BaseCommand): with open(path) as export: data = json.load(export) - import_members(data) + import_members(data['members']) + _import_real_transactions(data['unresolved_bank_transactions'])