Your Name před 3 roky
rodič
revize
820385d2c5
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      hhh/aws-monitor/cl-test.py

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

@@ -11,6 +11,8 @@ while True:
     l = cl.stdout.readline()
     l = cl.stdout.readline()
     if not l:
     if not l:
         break
         break
+    l=str(l)
+
     if '"AccessKeyId":' in l:
     if '"AccessKeyId":' in l:
         lst.append(l)
         lst.append(l)