mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Add logger info for Boxcar2 notification sent
This commit is contained in:
parent
b21c50dfcf
commit
18682c7a2e
1 changed files with 1 additions and 0 deletions
|
@ -1291,6 +1291,7 @@ class BOXCAR(object):
|
||||||
req = urllib2.Request(self.url)
|
req = urllib2.Request(self.url)
|
||||||
handle = urllib2.urlopen(req, data)
|
handle = urllib2.urlopen(req, data)
|
||||||
handle.close()
|
handle.close()
|
||||||
|
logger.info(u"Boxcar2 notifications sent.")
|
||||||
return True
|
return True
|
||||||
|
|
||||||
except urllib2.URLError as e:
|
except urllib2.URLError as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue