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

+ 5 - 5
hhh/aws-monitor/cl-test.py

@@ -10,12 +10,12 @@ lines = cl.stdout.readlines()
 #lines=clstr.split('\n')
 lst=[]
 for l in lines:
-#    print(l)
-    if '"AccessKeyId":' in l:
-        lst.append(l)
+    print(l)
+#    if '"AccessKeyId":' in l:
+#        lst.append(l)
 
-    if '"EventName":' in l:
-        lst.append(l)
+#    if '"EventName":' in l:
+ #       lst.append(l)
 
 print(lst)