mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-12 20:30:57 +00:00
Change "calendar" into "collection" when needed.
WARNING: the default folders storing calendars/addressbooks have been changed
This commit is contained in:
parent
d5b1cdcbf2
commit
4299348776
4 changed files with 11 additions and 11 deletions
|
@ -111,7 +111,7 @@ def run():
|
|||
atexit.register(cleanup)
|
||||
radicale.log.LOGGER.info("Starting Radicale")
|
||||
|
||||
# Create calendar servers
|
||||
# Create collection servers
|
||||
servers = []
|
||||
server_class = radicale.HTTPSServer if options.ssl else radicale.HTTPServer
|
||||
shutdown_program = threading.Event()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue