diff --git a/management/commands/import_account.py b/management/commands/import_account.py index 162d324..f8dc514 100644 --- a/management/commands/import_account.py +++ b/management/commands/import_account.py @@ -179,7 +179,6 @@ class Command(ImportCommand): MAP_IDBDE[row["idbde"]] = pk_note pk_note += 1 bulk_mgr.done() - exit(0) @timed def import_alias(self, cur, chunk_size):