added ntfy token
This commit is contained in:
5
main.py
5
main.py
@@ -41,6 +41,5 @@ else:
|
||||
logging.info(' -- Error - Server Not connected')
|
||||
|
||||
requests.post("https://ntfy.dandembinski.com/security",
|
||||
data="Remote storage server is unavailable",
|
||||
headers={ "Priority": "5"} )
|
||||
|
||||
data="Remote storage server is unavailable",
|
||||
headers={"Priority": "5", "Authorization": "Bearer tk_a68v3lyinds3ryhgt0p0kxwz4074p"})
|
||||
Reference in New Issue
Block a user