From 71c4458858165aa98506bd144f1a7a156f367717 Mon Sep 17 00:00:00 2001 From: dadav <33197631+dadav@users.noreply.github.com> Date: Mon, 30 Mar 2020 18:13:32 +0200 Subject: [PATCH] not needed --- pwnagotchi/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pwnagotchi/__init__.py b/pwnagotchi/__init__.py index 3c0dbc6f2..aca62a666 100644 --- a/pwnagotchi/__init__.py +++ b/pwnagotchi/__init__.py @@ -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:"):