fix: 添加tuple_导入以支持元组操作
This commit is contained in:
parent
3753885781
commit
0cfc111718
2
DB.py
2
DB.py
@ -7,7 +7,7 @@ import time, copy, threading
|
||||
from typing import List, Dict
|
||||
from sqlalchemy import (
|
||||
create_engine, MetaData, Table, Column,
|
||||
BigInteger, Integer, String, Text, DateTime
|
||||
BigInteger, Integer, String, Text, DateTime, tuple_
|
||||
)
|
||||
from sqlalchemy.dialects.mysql import insert as mysql_insert
|
||||
from logger import logger
|
||||
|
Loading…
x
Reference in New Issue
Block a user