init.py removed unused variable

This variable is not used later.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-30 18:50:58 +02:00
parent fff1687e43
commit 64cb6c45ec

View File

@ -258,7 +258,7 @@ class OfflineImap:
# dry-run? Set [general]dry-run=True. # dry-run? Set [general]dry-run=True.
if options.dryrun: if options.dryrun:
dryrun = config.set('general', 'dry-run', 'True') config.set('general', 'dry-run', 'True')
config.set_if_not_exists('general', 'dry-run', 'False') config.set_if_not_exists('general', 'dry-run', 'False')
try: try: