bitwarden

This commit is contained in:
jaydee
2024-11-29 01:30:56 +01:00
parent a4b4bb9d9f
commit a704b0d132

View File

@@ -835,6 +835,7 @@ def on_message(client, userdata, msg):
status, output = subprocess.getstatusoutput(cmnd)
print(output)
print(status)
writeLog(cmnd)
if myObj["cmd"] == "stats":
grep = subprocess.Popen(['grep', 'cpu', '/proc/stat'],
stdout=subprocess.PIPE,