xiaolv commited on
Commit
c55c175
1 Parent(s): 9663467

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def request_to_v2(message, cookie, user_id, channel_id,context=[]):
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=True)
47
  print(response)
48
 
 
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=True)
47
  print(response)
48