add wjtx interface

This commit is contained in:
pengtao 2021-07-06 17:56:28 +08:00
parent 9e4adf241f
commit 97fc396df9
3 changed files with 2 additions and 4 deletions

View File

@ -13,8 +13,6 @@ usage: m = mysqlBase(host='xxx',db='xxx',user='xxx',pwd='xxx') 实例化
"""
from scripts.logger import logger as log
import warnings
import pymysql as MySQLdb

View File

@ -1,7 +1,7 @@
import time
from scripts.common.ansible import AnsiInterface, write_host
import redis
from ops.mmysql import MysqlBase
from scripts.common.mmysql import MysqlBase
import json
from scripts.logger import logger as log