mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
Update network_bandwidth.py
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user