Explorar el Código

[fix] fix Config.ini

jhao104 hace 9 años
padre
commit
e554a07594
Se han modificado 1 ficheros con 1 adiciones y 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)