Compare commits

..

No commits in common. "53c26f859528430d400812233ac6ea263fdf3f64" and "9d59f9f1c33bc09cc1fcfb42d996a82c4b2854a9" have entirely different histories.

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))