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

Merge branch 'url' of https://github.com/Unrud/Radicale into Unrud-url

This commit is contained in:
Guillaume Ayoub 2017-02-26 14:43:59 +01:00
commit 3213495245
5 changed files with 76 additions and 77 deletions

View file

@ -151,9 +151,6 @@ def serve(configuration, logger):
atexit.register(cleanup)
logger.info("Starting Radicale")
logger.debug(
"Base URL prefix: %s", configuration.get("server", "base_prefix"))
# Create collection servers
servers = {}
if configuration.getboolean("server", "ssl"):