mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
not needed
This commit is contained in:
@ -66,8 +66,6 @@ def mem_usage():
|
|||||||
kb_mem_total = int(line.split()[1])
|
kb_mem_total = int(line.split()[1])
|
||||||
if line.startswith("MemFree:"):
|
if line.startswith("MemFree:"):
|
||||||
kb_mem_free = int(line.split()[1])
|
kb_mem_free = int(line.split()[1])
|
||||||
if line.startswith("MemAvailable:"):
|
|
||||||
kb_mem_available = int(line.split()[1])
|
|
||||||
if line.startswith("Buffers:"):
|
if line.startswith("Buffers:"):
|
||||||
kb_main_buffers = int(line.split()[1])
|
kb_main_buffers = int(line.split()[1])
|
||||||
if line.startswith("Cached:"):
|
if line.startswith("Cached:"):
|
||||||
|
Reference in New Issue
Block a user