mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
Add docstrings and use @property when needed.
This commit is contained in:
parent
86dd1b0ef4
commit
06843adca1
5 changed files with 60 additions and 38 deletions
|
@ -64,7 +64,7 @@ parser.add_option(
|
|||
help="certificate file ")
|
||||
options, args = parser.parse_args()
|
||||
|
||||
# Update radicale configuration according to options
|
||||
# Update Radicale configuration according to options
|
||||
for option in parser.option_list:
|
||||
key = option.dest
|
||||
if key:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue