- commit
- 8b4b1de617979545a38e494b8c8b7d194dbad4a3
- parent
- 991491d52d094a8e12d5b43480cb2a6afe8635d8
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-10-04 15:15
add TODO
Diffstat
| M | laneya/protocol.py | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/laneya/protocol.py b/laneya/protocol.py
@@ -187,6 +187,7 @@ class Protocol(JSONProtocol): 187 187 } 188 188 self.sendJSON(data) 189 189 -1 190 # TODO: d should be rejected after a timeout 190 191 d = q.Deferred() 191 192 self._responseDeferreds[data['key']] = d 192 193 return d.promise