From 6565b3f9c4d93c72f2fd0e7d49b24adaf9f94b9c Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 27 Jan 2023 17:41:10 +0000 Subject: refactored, faster deletion prior to loading --- core/views/logbooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/logbooks.py') diff --git a/core/views/logbooks.py b/core/views/logbooks.py index 21cc849..415c7f8 100644 --- a/core/views/logbooks.py +++ b/core/views/logbooks.py @@ -18,7 +18,7 @@ from troggle.core.models.caves import LogbookEntry, PersonTrip from troggle.core.models.survex import SurvexBlock, Wallet from troggle.core.models.troggle import Expedition, Person, PersonExpedition from troggle.core.utils import TROG -from troggle.parsers.logbooks import LoadLogbookForExpedition +from troggle.parsers.logbooks import parse_logbook_for_expedition from troggle.parsers.people import GetPersonExpeditionNameLookup from .auth import login_required_if_public -- cgit v1.2.3