Read default server list from file. Update list with 1.1 servers. Remove nolnet option.
This commit is contained in:
@@ -87,8 +87,6 @@ class SimpleConfig(PrintError):
|
||||
|
||||
if self.get('testnet'):
|
||||
path = os.path.join(path, 'testnet')
|
||||
elif self.get('nolnet'):
|
||||
path = os.path.join(path, 'nolnet')
|
||||
|
||||
# Make directory if it does not yet exist.
|
||||
if not os.path.exists(path):
|
||||
|
||||
Reference in New Issue
Block a user