Inside temp removed, so far. Outside temp not displayed bug fixed
This commit is contained in:
@@ -155,7 +155,7 @@ class serverConfiguration(object):
|
||||
return False
|
||||
self.val = {}
|
||||
for line in config_list:
|
||||
if line.strip() != '':
|
||||
if line.strip() != '' and '[' not in line.strip():
|
||||
try:
|
||||
line = line.split("=")
|
||||
option = line[0].strip().strip("'")
|
||||
|
||||
Reference in New Issue
Block a user