Your Name il y a 3 ans
Parent
commit
f9b5ffd0b2
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      hhh/aws-monitor/cl-test.py

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

@@ -19,7 +19,10 @@ for l in io.TextIOWrapper(cl.stdout, encoding="utf-8"):
         lst.append(proc_l(l))
         lst.append(proc_l(l))
 
 
     if '"EventTime":' in l:
     if '"EventTime":' in l:
-        js+=proc_l(l)
+        l2=proc_l(l)
+        l2[12]='"'
+        l2+='"'
+        js+=l2
         js+="}"
         js+="}"
         print(js)
         print(js)
         js2=json.loads(js)
         js2=json.loads(js)