1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 15:20:09 +01:00

Removed unnescassary line

This commit is contained in:
Gleb Koval 2022-01-25 15:38:22 +00:00
parent ff076dd4e9
commit 8604b63f41

View File

@ -257,7 +257,6 @@ def get_transfer(config_name):
total_receive = cur_i[0][0]
cur_total_sent = round(int(data_usage[i][2]) / (1024 ** 3), 4)
cur_total_receive = round(int(data_usage[i][1]) / (1024 ** 3), 4)
last_sent, last_receive = total_sent, total_receive
ts, last_ts = time.time(), cur_i[0][5]
rx, tx = cur_i[0][6], cur_i[0][7]
if cur_i[0][4] == "running":