mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
added docstring for is_modifiable()
This commit is contained in:
parent
c4955ebddd
commit
74ed5acf7d
1 changed files with 2 additions and 1 deletions
|
@ -98,6 +98,7 @@ a SimpleConfig instance then reads the wallet file.
|
|||
|
||||
|
||||
def is_modifiable(self, key):
|
||||
"""Check if the config file is modifiable."""
|
||||
if self.options_config.has_key(key):
|
||||
return False
|
||||
elif self.user_config.has_key(key):
|
||||
|
|
Loading…
Add table
Reference in a new issue