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)