1
0
Your Name 3 лет назад
Родитель
Сommit
5d9ffd7277
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hhh/aws-monitor/cl-test.py

+ 1 - 1
hhh/aws-monitor/cl-test.py

@@ -6,6 +6,6 @@ cl=subprocess.run(cmds,text=True)
 
 #clstr=str(cl)
 #lines=clstr.split('\n')
-js=json.loads(cl)
+js=json.loads(str(cl))
 print(js)