Browse Source

更新 'monitor/GA_Daily.py'

miacheng913 3 years ago
parent
commit
8500d40643
1 changed files with 2 additions and 2 deletions
  1. 2 2
      monitor/GA_Daily.py

+ 2 - 2
monitor/GA_Daily.py

@@ -39,8 +39,8 @@ headers = {
 com_table = []
 def creat_table():
   for i in range(0,24):
-    com_table.append([i,2300*i])
-  com_table.append([24,56000])
+    com_table.append([i,2650*i])
+  com_table.append([24,62000])
   print(com_table)
 
 def send_msg(kw):