Your Name 3 роки тому
батько
коміт
820385d2c5
1 змінених файлів з 2 додано та 0 видалено
  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()
     if not l:
         break
+    l=str(l)
+
     if '"AccessKeyId":' in l:
         lst.append(l)