aboutsummaryrefslogtreecommitdiffstats
path: root/common.py
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2026-03-06 10:52:43 +0100
committerGuilhem Moulin <guilhem@fripost.org>2026-03-06 16:06:41 +0100
commitca91a579770c89d25aefae220079bf336fa88dc9 (patch)
treecb1f49adacf12b0cb15b6430b0446fbee2135814 /common.py
parent94438a900d3fb933a33aed4d2ffeb8809e966c46 (diff)
Rename "webmap" to the less generic "geodata".
The database has uses beyond the webmap.
Diffstat (limited to 'common.py')
-rw-r--r--common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.py b/common.py
index 7b5639b..cc4f2da 100644
--- a/common.py
+++ b/common.py
@@ -64,7 +64,7 @@ class BadConfiguration(Exception):
message = str(config_path) + ': ' + message
super().__init__(message)
-def open_config(filename : str = 'config.yml', appname : str = 'webmap') -> TextIO:
+def open_config(filename : str = 'config.yml', appname : str = 'geodata') -> TextIO:
"""Open the configuration file"""
dirs = [
Path(),