mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-31 19:50:55 +00:00
Merge *base_prefix config keys into base_prefix (fixes #996)
This commit is contained in:
parent
eaa969a05c
commit
bf8e874e4d
6 changed files with 39 additions and 40 deletions
|
@ -146,6 +146,9 @@ def run():
|
|||
finally:
|
||||
shutdown_program.set()
|
||||
|
||||
log.LOGGER.debug(
|
||||
"Base URL prefix: %s" % config.get("server", "base_prefix"))
|
||||
|
||||
# Start the servers in a different loop to avoid possible race-conditions,
|
||||
# when a server exists but another server is added to the list at the same
|
||||
# time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue