mirror of
https://github.com/caronc/apprise.git
synced 2025-06-26 20:51:22 +02:00
Added JSON Content-Type header to freemobile:// (#1109)
This commit is contained in:
parent
50c1a0d0ba
commit
22c979d4a3
@ -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…
x
Reference in New Issue
Block a user