remove obsolete TODO
This commit is contained in:
parent
626732b730
commit
aaf4e70a33
|
@ -140,7 +140,6 @@ class Channel:
|
||||||
if phase_and_body is not None and not msgs:
|
if phase_and_body is not None and not msgs:
|
||||||
msgs.append(phase_and_body)
|
msgs.append(phase_and_body)
|
||||||
d.callback(None)
|
d.callback(None)
|
||||||
# TODO: use agent=self._agent
|
|
||||||
queryargs = urlencode([("appid", self._appid),
|
queryargs = urlencode([("appid", self._appid),
|
||||||
("channelid", self._channelid)])
|
("channelid", self._channelid)])
|
||||||
es = ReconnectingEventSource(self._relay_url+"watch?%s" % queryargs,
|
es = ReconnectingEventSource(self._relay_url+"watch?%s" % queryargs,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user