Jelajahi Sumber

更新 'monitor/GA_Daily.py'

miacheng913 3 tahun lalu
induk
melakukan
1de5fa6ea4
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      monitor/GA_Daily.py

+ 2 - 2
monitor/GA_Daily.py

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