mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-08-02 02:58:45 -04:00
Updated multiple vendored modules
This commit is contained in:
@@ -214,6 +214,7 @@ class NotifyHttpSMS(NotifyBase):
|
||||
headers=headers,
|
||||
verify=self.verify_certificate,
|
||||
timeout=self.request_timeout,
|
||||
allow_redirects=self.redirects,
|
||||
)
|
||||
|
||||
if r.status_code != requests.codes.ok:
|
||||
@@ -236,7 +237,8 @@ class NotifyHttpSMS(NotifyBase):
|
||||
)
|
||||
|
||||
self.logger.debug(
|
||||
"Response Details:\r\n%r", (r.content or b"")[:2000])
|
||||
"Response Details:\r\n%r", (r.content or b"")[:2000]
|
||||
)
|
||||
|
||||
# Mark our failure
|
||||
has_error = True
|
||||
|
||||
Reference in New Issue
Block a user