Your Name 3 years ago
parent
commit
820385d2c5
1 changed files with 2 additions and 0 deletions
  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)