Update network_bandwidth.py

This commit is contained in:
jvc84
2025-02-11 20:49:53 +03:00
committed by GitHub
parent 04e80d692d
commit 236e45a1e4
@@ -28,7 +28,7 @@ match direction:
sys.exit()
i = 0
divider = 1024
divider = 1000
bandwidth = int((final_bytes - init_bytes))
units = ["B", "KB", "MB", "GB", "TB", "PB", "EB"]