Commit 5298aca4 by wang

第八次提交

parent 9c227b02
......@@ -5,7 +5,7 @@
# Author: xxxxxxx
# Datetime: 2023/8/7 15:26
# Description:
#
# hhhhhhh
# ---------------------------------------------------------------------------
import pymysql
from InterfaceAutoTest.common.read_ini import ReadIni
......@@ -38,4 +38,4 @@ class DB:
self.cursor.execute(sql_sentence)
result = self.cursor.fetchall()
if result:
return result[0][0]
\ No newline at end of file
return result[0][0]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment