fixed pushover logging
This commit is contained in:
parent
2903363333
commit
8c9941b2ab
@ -14,8 +14,9 @@ def cont_notify(self):
|
|||||||
|
|
||||||
def cont_notify_summary(self):
|
def cont_notify_summary(self):
|
||||||
"""Main notification method when the app is used in an automated fashion"""
|
"""Main notification method when the app is used in an automated fashion"""
|
||||||
self.poc.message(self.po_key,f" \
|
if self.use_pushover:
|
||||||
{self.extm}", title="--- crane summary ---")
|
self.poc.message(self.po_key,f" \
|
||||||
|
{self.extm}", title="--- crane summary ---")
|
||||||
|
|
||||||
def list_first_cont(self, index=0):
|
def list_first_cont(self, index=0):
|
||||||
"""Only lists the first torrent"""
|
"""Only lists the first torrent"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user