mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 09:12:58 -07:00
Add sending notification log message
This commit is contained in:
parent
5c3086a049
commit
8228018dd0
1 changed files with 1 additions and 0 deletions
|
@ -795,6 +795,7 @@ class Notifier(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def make_request(self, url, method='POST', **kwargs):
|
def make_request(self, url, method='POST', **kwargs):
|
||||||
|
logger.info(u"Tautulli Notifiers :: Sending {name} notification...".format(name=self.NAME))
|
||||||
response, err_msg, req_msg = request.request_response2(url, method, **kwargs)
|
response, err_msg, req_msg = request.request_response2(url, method, **kwargs)
|
||||||
|
|
||||||
if response and not err_msg:
|
if response and not err_msg:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue