diff options
Diffstat (limited to 'common.py')
| -rw-r--r-- | common.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), |
