Your Name 3 년 전
부모
커밋
44f503cc7d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      hhh/aws-monitor/cl-test.py

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

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