Your Name hace 3 años
padre
commit
306b0b176a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      hhh/aws-monitor/cl-test.py

+ 2 - 0
hhh/aws-monitor/cl-test.py

@@ -10,7 +10,9 @@ lst=[]
 
 def proc_l(l):
     return l.replace(',','').replace('\n','').strip()
+
 for l in io.TextIOWrapper(cl.stdout, encoding="utf-8"):
+    print(l)
     if '"AccessKeyId":' in l:
     
         lst.append(proc_l(l))