mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
fix indentation error
This commit is contained in:
parent
74ed5acf7d
commit
8f7ca499d9
1 changed files with 1 additions and 3 deletions
|
@ -7,13 +7,11 @@ from version import ELECTRUM_VERSION, SEED_VERSION
|
||||||
|
|
||||||
|
|
||||||
class SimpleConfig:
|
class SimpleConfig:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
The SimpleConfig class is responsible for handling operations involving
|
The SimpleConfig class is responsible for handling operations involving
|
||||||
configuration files. The constructor reads and stores the system and
|
configuration files. The constructor reads and stores the system and
|
||||||
user configurations from electrum.conf into seperate dictionaries within
|
user configurations from electrum.conf into seperate dictionaries within
|
||||||
a SimpleConfig instance then reads the wallet file.
|
a SimpleConfig instance then reads the wallet file.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
def __init__(self, options={}):
|
def __init__(self, options={}):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue