Browse Source

[fix] fix Config.ini

jhao104 9 năm trước cách đây
mục cha
commit
e554a07594
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)