|
@@ -25,7 +25,7 @@ class GetConfig(object):
|
|
|
|
|
|
|
|
def __init__(self):
|
|
def __init__(self):
|
|
|
self.pwd = os.path.split(os.path.realpath(__file__))[0]
|
|
self.pwd = os.path.split(os.path.realpath(__file__))[0]
|
|
|
- self.config_path = os.path.join(os.path.split(self.pwd)[0], 'config.ini')
|
|
|
|
|
|
|
+ self.config_path = os.path.join(os.path.split(self.pwd)[0], 'Config.ini')
|
|
|
self.config_file = ConfigParse()
|
|
self.config_file = ConfigParse()
|
|
|
self.config_file.read(self.config_path)
|
|
self.config_file.read(self.config_path)
|
|
|
|
|
|