Your Name 3 년 전
부모
커밋
b0361a21dc
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      hhh/aws-monitor/cl-test.py

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

@@ -20,7 +20,9 @@ for l in io.TextIOWrapper(cl.stdout, encoding="utf-8"):
 
     if '"EventTime":' in l:
         l2=proc_l(l)
-        l2[12]='"'
+        list1 = list(l2)
+        list1[12]='"'
+        l2 = ''.join(list1)
         l2+='"'
         js+=l2
         js+="}"