Update index.py

pull/165/head
midoks 3 years ago
parent 394f345764
commit 9bc824906b
  1. 2
      plugins/mariadb/index.py

@ -1038,7 +1038,7 @@ def delDb():
id = args['id']
name = args['name']
psdb = pSqliteDb('databases')
pdb = pMysqlDb()
pdb = pMysqlDb('mysql')
find = psdb.where("id=?", (id,)).field(
'id,pid,name,username,password,accept,ps,addtime').find()
accept = find['accept']

Loading…
Cancel
Save