Skip to content
Snippets Groups Projects
Commit 86e9bbc7 authored by Erik Johnston's avatar Erik Johnston
Browse files

Add missing yield

parent e40f25eb
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ class HttpPusher(object):
if processed:
self.backoff_delay = HttpPusher.INITIAL_BACKOFF_SEC
self.last_stream_ordering = push_action['stream_ordering']
self.store.update_pusher_last_stream_ordering_and_success(
yield self.store.update_pusher_last_stream_ordering_and_success(
self.app_id, self.pushkey, self.user_id,
self.last_stream_ordering,
self.clock.time_msec()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment