From ca91a579770c89d25aefae220079bf336fa88dc9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 6 Mar 2026 10:52:43 +0100 Subject: Rename "webmap" to the less generic "geodata". The database has uses beyond the webmap. --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.py') 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(), -- cgit v1.2.3