Your Name hace 3 años
padre
commit
b0361a21dc
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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+="}"