diff options
Diffstat (limited to 'parsers/caves.py')
-rw-r--r-- | parsers/caves.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/caves.py b/parsers/caves.py index 86eebd6..91efc96 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -192,7 +192,7 @@ def readcaves(): area_1623.save() area_1626= Area.objects.create(short_name = "1626", parent=None) print(" - Saving Area 1626") - area_1626.save() + area_1626.save() print (" - Setting pending caves") # Do this first, so that these empty entries are overwritten as they get properly created. |