Compare commits

...

1 Commits

Author SHA1 Message Date
Christian Stade-Schuldt d7929f15fc fix up_traffic 2021-04-29 09:12:52 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def print_values():
down_traffic = fs.bytes_received
print("down.value %d" % down_traffic)
up_traffic = fs.bytes_received
up_traffic = fs.bytes_sent
print("up.value %d" % up_traffic)
if not os.environ.get("traffic_remove_max"):