xiaolv commited on
Commit
880cff7
1 Parent(s): 800c3fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ def request_to_v2(message, cookie, user_id,attachment=None,delst=True,context=[]
242
  response = requests.post(post_msg_url, headers=headers, data=post_msg_data, verify=False, stream=False,timeout = timeout, proxies=proxies)
243
  else:
244
  print("******不使用代理.")
245
- response = requests.post(post_msg_url, headers=headers, data=post_msg_data, verify=False, stream=False,timeout = timeout,impersonate="chrome110")
246
 
247
  bots = ""
248
  print("a"*100)
 
242
  response = requests.post(post_msg_url, headers=headers, data=post_msg_data, verify=False, stream=False,timeout = timeout, proxies=proxies)
243
  else:
244
  print("******不使用代理.")
245
+ response = requests.post(post_msg_url, headers=headers, data=post_msg_data, verify=False,timeout = timeout,impersonate="chrome110")
246
 
247
  bots = ""
248
  print("a"*100)