Skip to content

Commit

Permalink
Merge 6450ffe into b81a3cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj Kanwade committed Sep 30, 2014
2 parents b81a3cc + 6450ffe commit 5bf6172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclone/sse.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _execute(self, transforms, *args, **kwargs):
self.flush()
self.request.connection.setRawMode()
self.notifyFinish().addCallback(self.on_connection_closed)
self.bind()
self.bind(*args, **kwargs)

def on_connection_closed(self, *args, **kwargs):
if self.settings.get("debug"):
Expand Down

0 comments on commit 5bf6172

Please sign in to comment.