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