mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
indentation
This commit is contained in:
parent
8f7ca499d9
commit
ae1f1ee8ea
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ a SimpleConfig instance then reads the wallet file.
|
||||||
|
|
||||||
def get(self, key, default=None):
|
def get(self, key, default=None):
|
||||||
"""Retrieve the filepath of the configuration file specified in the 'key' parameter."""
|
"""Retrieve the filepath of the configuration file specified in the 'key' parameter."""
|
||||||
# 1. command-line options always override everything
|
# 1. command-line options always override everything
|
||||||
if self.options_config.has_key(key) and self.options_config.get(key) is not None:
|
if self.options_config.has_key(key) and self.options_config.get(key) is not None:
|
||||||
out = self.options_config.get(key)
|
out = self.options_config.get(key)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue