xiaolv commited on
Commit
4424908
1 Parent(s): d8cda73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def request_to_v2(message, cookie, user_id, channel_id,context=[]):
40
  "attachments": []
41
  }
42
  post_msg_data = json.dumps(post_msg_data)
43
- print(post_msg_data)
44
 
45
  try:
46
  response = requests.post(post_msg_url, headers=headers, data=post_msg_data, verify=False, stream=False,timeout = timeout)
 
40
  "attachments": []
41
  }
42
  post_msg_data = json.dumps(post_msg_data)
43
+ # print(post_msg_data)
44
 
45
  try:
46
  response = requests.post(post_msg_url, headers=headers, data=post_msg_data, verify=False, stream=False,timeout = timeout)