Skip to content

Commit

Permalink
not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Mar 31, 2020
1 parent 8260b41 commit 71c4458
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pwnagotchi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ def mem_usage():
kb_mem_total = int(line.split()[1])
if line.startswith("MemFree:"):
kb_mem_free = int(line.split()[1])
if line.startswith("MemAvailable:"):
kb_mem_available = int(line.split()[1])
if line.startswith("Buffers:"):
kb_main_buffers = int(line.split()[1])
if line.startswith("Cached:"):
Expand Down

0 comments on commit 71c4458

Please sign in to comment.