created docstring for read_system_config()
This commit is contained in:
@@ -101,6 +101,7 @@ class SimpleConfig:
|
|||||||
|
|
||||||
|
|
||||||
def read_system_config(self):
|
def read_system_config(self):
|
||||||
|
"""Parse and store the config settings in electrum.conf into system_config[]"""
|
||||||
name = '/etc/electrum.conf'
|
name = '/etc/electrum.conf'
|
||||||
if os.path.exists(name):
|
if os.path.exists(name):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user