mirror of
https://github.com/ThunixdotNet/thunix_api.git
synced 2026-01-24 05:10:17 +00:00
Removed excess lines from mem.py
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user