aboutsummaryrefslogtreecommitdiffstats
path: root/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.py')
-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":