Skip to content

Commit

Permalink
Merge pull request #523 from sdmtt/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 authored Dec 13, 2024
2 parents 40fb7e2 + 3993f60 commit a5a364c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions paradox/interfaces/text/pushover.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def _send_pushover_message(self, user_key, message, level, device=None):
if device:
params["device"] = device

if params["priority"] == 2:
params["retry"] = 30
params["expire"] = 10800

conn.request(
"POST",
"/1/messages.json",
Expand Down

0 comments on commit a5a364c

Please sign in to comment.