@@ -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):