calcurse-caldav: Fix parsing of the Verbose config option
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
parent
439197dc4c
commit
448d470b61
@ -352,7 +352,7 @@ else:
|
|||||||
dry_run = True
|
dry_run = True
|
||||||
|
|
||||||
if not verbose and config.has_option('General', 'Verbose'):
|
if not verbose and config.has_option('General', 'Verbose'):
|
||||||
dry_run = config.getboolean('General', 'Verbose')
|
verbose = config.getboolean('General', 'Verbose')
|
||||||
|
|
||||||
if config.has_option('Auth', 'UserName'):
|
if config.has_option('Auth', 'UserName'):
|
||||||
username = config.get('Auth', 'UserName')
|
username = config.get('Auth', 'UserName')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user