Your Name 3 lat temu
rodzic
commit
820385d2c5
1 zmienionych plików z 2 dodań i 0 usunięć
  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)