removed debugging
This commit is contained in:
@@ -122,7 +122,6 @@ def scaleMemstat():
|
||||
mem_used = mem[2]
|
||||
|
||||
lineData = [mem_used, mem_free]
|
||||
print(f"mem: {lineData}")
|
||||
|
||||
if lineData:
|
||||
with open(filename, "a", newline="") as csvfile:
|
||||
|
||||
Reference in New Issue
Block a user