Update index.py

pull/144/head
midoks 3 years ago
parent 3cff9b0aca
commit 51c05ac962
  1. 4
      plugins/mariadb/index.py

@ -145,9 +145,9 @@ def pSqliteDb(dbname='databases'):
def pMysqlDb():
# mysql.connector
# db = mw.getMyORM()
db = mw.getMyORM()
# MySQLdb |
db = mw.getMyORMDb()
# db = mw.getMyORMDb()
db.setDbConf(getConf())
db.setPort(getDbPort())

Loading…
Cancel
Save