From 9da4c779fc0d1707b8b8f1ed583fc76a3e8ac189 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Sep 2014 17:58:32 -0400 Subject: comment --- ssh.py | 1 + 1 file changed, 1 insertion(+) 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": -- cgit v1.2.3-54-g00ecf