Removed excess lines from mem.py
This commit is contained in:
parent
de6cb59e94
commit
d325a06c4b
|
@ -11,5 +11,5 @@ class Memory(Resource):
|
||||||
"used":vmem_usage.used,
|
"used":vmem_usage.used,
|
||||||
"percent":vmem_usage.percent
|
"percent":vmem_usage.percent
|
||||||
}
|
}
|
||||||
#abort(501, message="Not currently implemented.")
|
|
||||||
return json_payload
|
return json_payload
|
||||||
|
|
Loading…
Reference in New Issue