mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Add helper function for timestamp
This commit is contained in:
parent
c6cf293b12
commit
f72d93216c
10 changed files with 37 additions and 29 deletions
|
@ -2553,7 +2553,7 @@ class PUSHOVER(Notifier):
|
|||
'sound': self.config['sound'],
|
||||
'html': self.config['html_support'],
|
||||
'priority': self.config['priority'],
|
||||
'timestamp': int(time.time())}
|
||||
'timestamp': helpers.timestamp()}
|
||||
|
||||
if self.config['incl_subject']:
|
||||
data['title'] = subject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue