Your Name 3 anos atrás
pai
commit
233cb8072e
1 arquivos alterados com 1 adições e 1 exclusões
  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()