diff --git a/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py b/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py index 7d2342dab..4c8ea6efd 100644 --- a/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py +++ b/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py @@ -13,7 +13,7 @@ areanames = { '2b': '2b – Eishöhle area', '2c': '2c – Kaninchenhöhle area', '2d': '2d – Steinbrückenhöhle area', - '3': '3 – Bräning Alm', + '3': '3 – Bräuning Alm', '4': '4 – Kratzer valley', '5': '5 – Schwarzmoos-Wildensee', '6': '6 – Far plateau', @@ -57,6 +57,7 @@ def find_effective_number(c): return c["Kataster Number"] else: return c["Unofficial number"] + def longnumber(c, number): """Both numbers""" if (c["Unofficial number"] and c["Unofficial number"] != number):