diff --git a/lib/simple_config.py b/lib/simple_config.py index 025c7bcc..f6a4277c 100644 --- a/lib/simple_config.py +++ b/lib/simple_config.py @@ -101,6 +101,7 @@ class SimpleConfig: def read_system_config(self): + """Parse and store the config settings in electrum.conf into system_config[]""" name = '/etc/electrum.conf' if os.path.exists(name): try: