Browse Source

Revert "Only save config if value changed"

This reverts commit 47e062aa7e.
master
ThomasV 8 years ago
parent
commit
a22cf973b4
  1. 2
      lib/simple_config.py

2
lib/simple_config.py

@ -117,8 +117,6 @@ class SimpleConfig(PrintError):
return return
with self.lock: with self.lock:
if key in self.user_config and self.user_config[key] == value:
return
self.user_config[key] = value self.user_config[key] = value
if save: if save:
self.save_user_config() self.save_user_config()

Loading…
Cancel
Save