Compare commits

..

No commits in common. "35d1939d0b8b79e9eb80432fb8c7952245c70310" and "0be461c61e13d7bde41b3b6e02e453383dc961cd" have entirely different histories.

View File

@ -61,7 +61,7 @@ class MyPlugin(Star):
cur = conn.cursor()
time = [];V = [];a = [];b = []
for i in range(0,10):
time.append(round(random.uniform(1, 600), 2)) if i==0 else time.append(round(random.uniform(1, time[i-1]), 2))
time.append(round(random.uniform(1, 600), 2))
V.append(round(random.uniform(0.01,100), 2))
a.append(time_long(time[i]))
b.append(volume(V[i]))