diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-05 14:45:46 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-05 14:45:46 +0300 |
commit | ed993761a17841bb9295b5a468c9c5716ba4ffb2 (patch) | |
tree | 4e8096c9a0eadeeacbd89952ab8552e45a109e75 /core/models/caves.py | |
parent | fcfa59cdf7273c97c022fb1ba2b249f4199811ba (diff) | |
download | troggle-ed993761a17841bb9295b5a468c9c5716ba4ffb2.tar.gz troggle-ed993761a17841bb9295b5a468c9c5716ba4ffb2.tar.bz2 troggle-ed993761a17841bb9295b5a468c9c5716ba4ffb2.zip |
clean up small errors and debugging
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index 3e2511b..624239d 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -629,7 +629,7 @@ def GetCaveLookup(): ("bs30", "1623-190"), ("2011-01", "1623-190"), ("2002-x11", "1623-2005-08"), - ("2002-x12", "1623-2005-07"), + ("2002-x12", "2005-07"), ("2002-x13", "1623-2005-06"), ("2002-x14", "2005-05"), ("kh", "1623-161"), |