More code style things
This commit is contained in:
parent
e1ca0f1396
commit
03149ad23a
|
@ -187,7 +187,7 @@ class Pusher(object):
|
||||||
# for sanity, we only remove the pushkey if it
|
# for sanity, we only remove the pushkey if it
|
||||||
# was the one we actually sent...
|
# was the one we actually sent...
|
||||||
logger.warn(
|
logger.warn(
|
||||||
("Ignoring rejected pushkey %s because we " +
|
("Ignoring rejected pushkey %s because we "
|
||||||
"didn't send it"), pk
|
"didn't send it"), pk
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
@ -234,7 +234,8 @@ class Pusher(object):
|
||||||
# of old notifications.
|
# of old notifications.
|
||||||
logger.warn("Giving up on a notification to user %s, "
|
logger.warn("Giving up on a notification to user %s, "
|
||||||
"pushkey %s",
|
"pushkey %s",
|
||||||
self.user_name, self.pushkey)
|
self.user_name, self.pushkey
|
||||||
|
)
|
||||||
self.backoff_delay = Pusher.INITIAL_BACKOFF
|
self.backoff_delay = Pusher.INITIAL_BACKOFF
|
||||||
self.last_token = chunk['end']
|
self.last_token = chunk['end']
|
||||||
self.store.update_pusher_last_token(
|
self.store.update_pusher_last_token(
|
||||||
|
|
Loading…
Reference in New Issue