Your Name %!s(int64=3) %!d(string=hai) anos
pai
achega
b0361a21dc
Modificáronse 1 ficheiros con 3 adicións e 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+="}"