Browse Source

Added JSON Content-Type header to freemobile:// (#1109)

pull/992/merge
Chris Caron 7 months ago committed by GitHub
parent
commit
22c979d4a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      apprise/plugins/NotifyFreeMobile.py

1
apprise/plugins/NotifyFreeMobile.py

@ -126,6 +126,7 @@ class NotifyFreeMobile(NotifyBase):
# prepare our headers # prepare our headers
headers = { headers = {
'User-Agent': self.app_id, 'User-Agent': self.app_id,
'Content-Type': 'application/json',
} }
# Prepare our payload # Prepare our payload

Loading…
Cancel
Save