Merge pull request '更新 main.py' (#15) from ruler229-patch-9 into master

Reviewed-on: #15
This commit is contained in:
Ruler229 2025-05-21 21:52:42 +08:00
commit 53c26f8595

View File

@ -49,7 +49,7 @@ class MyPlugin(Star):
,db='saipo' # 数据库名称
,charset='utf8' # 字符编码
)
#cur = conn.cursor()
cur = conn.cursor()
time = [];V = [];a = [];b = []
for i in range(0,10):
time.append(round(random.uniform(1, 600), 2))