diff --git a/platypush/backend/pushbullet/__init__.py b/platypush/backend/pushbullet/__init__.py index d58fedcbf1..a9d9661c97 100644 --- a/platypush/backend/pushbullet/__init__.py +++ b/platypush/backend/pushbullet/__init__.py @@ -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',