fix up_traffic

This commit is contained in:
Christian Stade-Schuldt 2021-04-29 09:12:52 +02:00
parent 2dabb02c2c
commit d7929f15fc
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"):