mirror of
https://github.com/caronc/apprise.git
synced 2025-02-19 19:51:23 +01:00
fix(pushover): ignore unsupported attachments as intended instead of discarding the entire notification (#650)
This commit is contained in:
parent
f1990b14ce
commit
e9f040a2d0
@ -432,8 +432,9 @@ class NotifyPushover(NotifyBase):
|
||||
attach.mimetype,
|
||||
attach.url(privacy=True)))
|
||||
|
||||
return True
|
||||
attach = None
|
||||
|
||||
else:
|
||||
# If we get here, we're dealing with a supported image.
|
||||
# Verify that the filesize is okay though.
|
||||
file_size = len(attach)
|
||||
|
Loading…
Reference in New Issue
Block a user