From b9ae7010216fa6b7eac0760d8f401ad0fac13cad Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sat, 1 Aug 2020 16:19:26 +0200 Subject: [PATCH] I am an idiot --- management/commands/import_account.py | 1 - 1 file changed, 1 deletion(-) 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):