Remove 'fooled' from state file.
This commit is contained in:
parent
953119ef75
commit
18b5512fe9
@ -184,6 +184,8 @@ def _init_misc():
|
|||||||
state_config.add_section(sect)
|
state_config.add_section(sect)
|
||||||
except configparser.DuplicateSectionError:
|
except configparser.DuplicateSectionError:
|
||||||
pass
|
pass
|
||||||
|
# See commit a98060e020a4ba83b663813a4b9404edb47f28ad.
|
||||||
|
state_config['general'].pop('fooled', None)
|
||||||
objreg.register('state-config', state_config)
|
objreg.register('state-config', state_config)
|
||||||
save_manager.add_saveable('state-config', state_config.save)
|
save_manager.add_saveable('state-config', state_config.save)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user