This commit is contained in:
Matthieu Herrb 2023-02-19 10:19:16 +01:00
parent 06f1c42c29
commit ed19b57841

View file

@ -95,7 +95,7 @@ for t in t_l:
# if mbit_s>600.0: print(i, " ", t, " ", mbit_s) # if mbit_s>600.0: print(i, " ", t, " ", mbit_s)
if mbit_s>10000.0: mbit_s=0.0 if mbit_s>10000.0: mbit_s=0.0
tot_mbit_s += mbit_s; tot_mbit_s += mbit_s;
prev[i]=x prev[i]=x
mb_l.append(tot_mbit_s) mb_l.append(tot_mbit_s)
mb_l.sort() mb_l.sort()