1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Change default value for external users

This commit is contained in:
Unrud 2020-01-12 23:32:26 +01:00
parent a7f4ffa7d4
commit caf5ff1080
9 changed files with 16 additions and 15 deletions

View file

@ -110,8 +110,7 @@ def run():
os.environ.get("RADICALE_CONFIG"),
args.config))
if arguments_config:
configuration.update(
arguments_config, "arguments", internal=False)
configuration.update(arguments_config, "arguments")
except Exception as e:
logger.fatal("Invalid configuration: %s", e, exc_info=True)
exit(1)