maj module

This commit is contained in:
Boris Tassou 2020-05-15 14:08:31 +02:00
parent 918de9e524
commit 0529dfb058
9 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
# * ---------------------------------------------------------------------------- # * ----------------------------------------------------------------------------
# */ # */
from configparser import SafeConfigParser from configparser import ConfigParser
import pymysql import pymysql
# Read conf.ini # Read conf.ini
INI_CONF = "./config/conf.ini" INI_CONF = "./config/sql_conf.ini"
CONFIG = SafeConfigParser() CONFIG = SafeConfigParser()
CONFIG.read(INI_CONF) CONFIG.read(INI_CONF)

BIN
manage_sql/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.