Skip to content

Commit

Permalink
Add required session_timestamps variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Giesler committed Nov 5, 2015
1 parent 968862c commit a376c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vumi/transports/httprpc/httprpc.py
Expand Up @@ -207,6 +207,7 @@ def setup_transport(self):
self.web_port)

self.status_detect = StatusEdgeDetector()
self.session_timestamps = {}

def add_status(self, **kw):
'''Publishes a status if it is not a repeat of the previously
Expand Down

0 comments on commit a376c6a

Please sign in to comment.