update mysql conn name

This commit is contained in:
csunny
2023-05-08 00:44:58 +08:00
parent 3ce31d5ea0
commit 922d2e4f28
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ class Conversation:
def gen_sqlgen_conversation(dbname):
from pilot.connections.mysql_conn import MySQLOperator
from pilot.connections.mysql import MySQLOperator
mo = MySQLOperator(
**DB_SETTINGS
)