Explorar o código

[fix] fix Config.ini

jhao104 %!s(int64=9) %!d(string=hai) anos
pai
achega
e554a07594
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Util/GetConfig.py

+ 1 - 1
Util/GetConfig.py

@@ -25,7 +25,7 @@ class GetConfig(object):
 
     def __init__(self):
         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.read(self.config_path)