Skip to content

Commit

Permalink
coverage improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Aug 12, 2023
1 parent 1379791 commit 9704c2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apprise/plugins/NotifyBoxcar.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ def send(self, body, title='', notify_type=NotifyType.INFO, **kwargs):
if title:
payload['aps']['@title'] = title

if body:
payload['aps']['alert'] = body
payload['aps']['alert'] = body

if self._tags:
payload['tags'] = {'or': self._tags}
Expand Down

0 comments on commit 9704c2f

Please sign in to comment.