mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-26 17:58:30 +00:00
Enhance readability according to PEP8
This commit is contained in:
parent
f593ab0fbd
commit
7ae764fd4b
3 changed files with 16 additions and 18 deletions
|
@ -68,10 +68,10 @@ INITIAL_CONFIG = {
|
|||
"courier_socket": ""},
|
||||
"storage": {
|
||||
"type": "filesystem",
|
||||
"filesystem_folder":
|
||||
os.path.expanduser("~/.config/radicale/collections"),
|
||||
"git_folder":
|
||||
os.path.expanduser("~/.config/radicale/collections")},
|
||||
"filesystem_folder": os.path.expanduser(
|
||||
"~/.config/radicale/collections"),
|
||||
"git_folder": os.path.expanduser(
|
||||
"~/.config/radicale/collections")},
|
||||
"logging": {
|
||||
"config": "/etc/radicale/logging",
|
||||
"debug": "False",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue