From 480b98a704041bdfd00f79d393f90294ff594f2c Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 23 Nov 2023 18:04:04 +0000 Subject: [PATCH] comment --- parsers/locations.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/parsers/locations.py b/parsers/locations.py index 0aa674e..d89ea76 100644 --- a/parsers/locations.py +++ b/parsers/locations.py @@ -61,6 +61,10 @@ class MapLocations(object): # but not in troggle reports unless we include them here nullent = Entrance.objects.all()[0] + # These pending entrnces have been added to the fixedpts but no Cave Description page has been created yet, + # nor are they on the pendingcaves.txt list - yet - as they really need a proper name, + # /walletedit/2013:02 + # so probably 2013-BL-02,03 etc. pending = [ ("1623.p2013-cucc-pit", "no ent", False, nullent), ("1623.p2013-cucc-01", "no ent", False, nullent),