aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-15 17:58:32 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-15 17:58:32 -0400
commit9da4c779fc0d1707b8b8f1ed583fc76a3e8ac189 (patch)
tree28d3be17691f2e45217dac19ed052d8f5ebf1449
parent91d1f1a72fe014b507430697e26d76306b54805c (diff)
downloadpython-termcast-server-9da4c779fc0d1707b8b8f1ed583fc76a3e8ac189.tar.gz
python-termcast-server-9da4c779fc0d1707b8b8f1ed583fc76a3e8ac189.zip
comment
-rw-r--r--ssh.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh.py b/ssh.py
index 66e422a..90733b3 100644
--- a/ssh.py
+++ b/ssh.py
@@ -50,6 +50,7 @@ class Connection(object):
key_code = ord('a')
keymap = {}
streamers = self.publisher.request_all("get_streamers")
+ # XXX this will require pagination
for streamer in streamers:
key = chr(key_code)
if key == "q":