mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
improved warning message
This commit is contained in:
parent
81b29a48a1
commit
d2832563e4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class SimpleConfig:
|
|||
|
||||
elif self.system_config.get(key):
|
||||
self.system_config[key] = value
|
||||
print "warning: cannot save", key
|
||||
print "Warning: cannot save '%s' because it is set in the system configuration file"%key
|
||||
|
||||
elif self.wallet_config.get(key):
|
||||
self.wallet_config[key] = value
|
||||
|
|
Loading…
Add table
Reference in a new issue