Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Aug 27, 2024
1 parent 7cf6fd6 commit 598c054
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apprise/plugins/wxpusher.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ def send(self, body, title='', notify_type=NotifyType.INFO, **kwargs):
# Prepare our headers
headers = {
'User-Agent': self.app_id,
'Content-Type': 'application/json; charset=utf-8',
'Content-Type': 'application/json',
'Accept': 'application/json',
}

# Prepare our payload
Expand All @@ -213,7 +214,7 @@ def send(self, body, title='', notify_type=NotifyType.INFO, **kwargs):

# unsupported at this time
'verifyPay': False,
'verifyPayType': 0,
# 'verifyPayType': 0,
'url': None,
}

Expand Down

0 comments on commit 598c054

Please sign in to comment.