mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
Revert "Only save config if value changed"
This reverts commit 47e062aa7e
.
This commit is contained in:
parent
6cedb68023
commit
a22cf973b4
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue