blord0
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
3 deletions
-
discord/http.py
|
|
@ -617,9 +617,6 @@ class HTTPClient: |
|
|
|
headers['X-Audit-Log-Reason'] = _uriquote(reason, safe='/ ') |
|
|
|
|
|
|
|
kwargs['headers'] = headers |
|
|
|
print("=-=-=-=-=-=-=-=-=-=-=-=") |
|
|
|
print(headers) |
|
|
|
print("=-=-=-=-=-=-=-=-=-=-=-=") |
|
|
|
# Proxy support |
|
|
|
if self.proxy is not None: |
|
|
|
kwargs['proxy'] = self.proxy |
|
|
|