forked from platypush/platypush
Latest push received in the last 5 seconds instead of 2
This commit is contained in:
parent
305dcfe530
commit
bad5ff339f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class PushbulletBackend(Backend):
|
|||
}
|
||||
|
||||
def _get_latest_push(self):
|
||||
t = int(time.time()) - 2
|
||||
t = int(time.time()) - 5
|
||||
try:
|
||||
response = requests.get(
|
||||
u'https://api.pushbullet.com/v2/pushes',
|
||||
|
|
Loading…
Reference in a new issue