Преглед изворни кода

更新 'monitor/GA_Daily.py'

miacheng913 пре 3 година
родитељ
комит
c8376872a7
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      monitor/GA_Daily.py

+ 3 - 1
monitor/GA_Daily.py

@@ -142,7 +142,9 @@ def main():
   result=[]
   for elmt in ga_dict:
       print(elmt)
-      send_msg(elmt['ga:pageviews'])
+      hour = datetime.now().strftime('%H')
+      if int(hour)+1 > 8 :
+      	send_msg(elmt['ga:pageviews'])
 #      result.append(elmt)
   print('inserting.....')