Your Name 3 năm trước cách đây
mục cha
commit
233cb8072e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hhh/aws-monitor/cl-test.py

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

@@ -38,7 +38,7 @@ for l in io.TextIOWrapper(cl.stdout, encoding="utf-8"):
         lst.append(proc_l(l))
 
     if '"EventName":' in l:
-        js+=proc_l(l)
+        js+=proc_l(l)[0:-1]
 
         lst.append(proc_l(l))
 #lines = cl.stdout.readlines()