calcurse-caldav: Fix parsing of the Verbose config option

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2016-01-23 11:20:43 +01:00
parent 439197dc4c
commit 448d470b61

View File

@ -352,7 +352,7 @@ else:
dry_run = True
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'):
username = config.get('Auth', 'UserName')