Your Name 3 년 전
부모
커밋
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)