diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-02 10:57:08 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-02 10:57:08 +0300 |
commit | c3b08c85ef78e2020716389af533137bcb119d95 (patch) | |
tree | edd121392b2f364cdfdb11c3ce7e3f60ec83f5ea | |
parent | a6730b1b3a2552b152aaa558c256a669d09b8cc3 (diff) | |
download | troggle-c3b08c85ef78e2020716389af533137bcb119d95.tar.gz troggle-c3b08c85ef78e2020716389af533137bcb119d95.tar.bz2 troggle-c3b08c85ef78e2020716389af533137bcb119d95.zip |
typo
-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 14902ff..cb1067f 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -716,7 +716,7 @@ def GetCaveLookup(): ("2002-XX", "1623-2002-fb-01"), ("2002-X09B", "1623-2002-xb09"), ("2007-neu", "1623-2007-neu-01"), - ("BuzzardHole", "1626-2023-Bbz-01"), + ("BuzzardHole", "1626-2023-bz-01"), ("2023-BuzzardHole", "1626-2023-bz-01"), ("1626-2023-BuzzardHole", "1626-2023-bz-01"), ("1626-2023-buzzardhole","1626-2023-bz-01"), |