Your Name 3 năm trước cách đây
mục cha
commit
820385d2c5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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)