This commit is contained in:
duanchao.bill
2022-04-27 11:51:12 +08:00
parent d1a8835b1e
commit 3a3d48228b
17 changed files with 344 additions and 212 deletions

View File

@@ -92,7 +92,7 @@ class SessionRunner(object):
def with_thrift_client(self, thrift_client) -> "SessionRunner":
self.thrift_client = thrift_client
def with_db_engine(self,db_engine):
def with_db_engine(self, db_engine):
self.db_engine = db_engine
def __parse_config(self, param: Dict = None) -> None: