Maj ConfigParser
This commit is contained in:
parent
0529dfb058
commit
581f8ce861
|
@ -16,7 +16,7 @@ import pymysql
|
|||
|
||||
# Read conf.ini
|
||||
INI_CONF = "./config/sql_conf.ini"
|
||||
CONFIG = SafeConfigParser()
|
||||
CONFIG = ConfigParser()
|
||||
CONFIG.read(INI_CONF)
|
||||
|
||||
# DB parameters
|
||||
|
|
Loading…
Reference in a new issue