|
@@ -39,8 +39,8 @@ headers = {
|
|
com_table = []
|
|
com_table = []
|
|
def creat_table():
|
|
def creat_table():
|
|
for i in range(0,24):
|
|
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)
|
|
print(com_table)
|
|
|
|
|
|
def send_msg(kw):
|
|
def send_msg(kw):
|