1
This commit is contained in:
parent
69dac8e5c2
commit
48668406f2
@ -14,4 +14,4 @@ def send_message(text, isAtAll = False):
|
||||
"isAtAll": isAtAll
|
||||
}
|
||||
}
|
||||
print(requests.post(url, json=formData).json())
|
||||
print(requests.post(url, json=formData, verify=False).json())
|
||||
Loading…
Reference in New Issue
Block a user