Skip to content
Snippets Groups Projects
Unverified Commit fb3469f5 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files
parent 312cc48e
No related branches found
No related tags found
No related merge requests found
...@@ -318,7 +318,7 @@ class PusherStore(PusherWorkerStore): ...@@ -318,7 +318,7 @@ class PusherStore(PusherWorkerStore):
last_success (int) last_success (int)
Returns: Returns:
Deferred[bool]: Whether the pusher stil exists or not. Deferred[bool]: True if the pusher still exists; False if it has been deleted.
""" """
updated = yield self._simple_update( updated = yield self._simple_update(
table="pushers", table="pushers",
......
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