mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Typo
This commit is contained in:
parent
1e95713b61
commit
151f82c593
1 changed files with 6 additions and 6 deletions
|
@ -78,13 +78,13 @@ def run():
|
||||||
default=config.getboolean("logging", "debug"),
|
default=config.getboolean("logging", "debug"),
|
||||||
help="print debug information")
|
help="print debug information")
|
||||||
parser.add_option(
|
parser.add_option(
|
||||||
"-C", "--config",default='',
|
"-C", "--config",
|
||||||
help='use a specific configuration file')
|
help="use a specific configuration file")
|
||||||
|
|
||||||
options = parser.parse_args()[0]
|
options = parser.parse_args()[0]
|
||||||
|
|
||||||
# Read in the configuration specified by the command line (if specified)
|
# Read in the configuration specified by the command line (if specified)
|
||||||
if options.config != '':
|
if options.config:
|
||||||
config.read(options.config)
|
config.read(options.config)
|
||||||
|
|
||||||
# Update Radicale configuration according to options
|
# Update Radicale configuration according to options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue