add wjtx interface
This commit is contained in:
parent
9e4adf241f
commit
97fc396df9
@ -3,4 +3,4 @@ fastapi==0.65.2
|
||||
fastapi-mail==0.3.7
|
||||
GitPython==3.1.18
|
||||
pydantic==1.8.2
|
||||
redis==3.2.1
|
||||
redis==3.2.1
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user