Real fix for pushover

This commit is contained in:
rembo10
2015-07-23 11:25:06 +01:00
parent 71da960386
commit 1c236fe0f3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ def doPostProcessing(albumid, albumpath, release, tracks, downloaded_track_list,
if headphones.CONFIG.PUSHBULLET_ENABLED:
logger.info(u"PushBullet request")
pushbullet = notifiers.PUSHBULLET()
pushbullet.notify(pushmessage, "Download and Postprocessing completed")
pushbullet.notify(pushmessage, statusmessage)
if headphones.CONFIG.TWITTER_ENABLED:
logger.info(u"Sending Twitter notification")