chiark / gitweb /
mon/tripemon.in: `connect' service's `list' command is now `list-active'.
[tripe] / mon / tripemon.in
index b8c372307489c7bba82d1c5be993a2e6d4f0ee86..053c01747dfd4ea2b429426d15eb7fd42921a97d 100644 (file)
@@ -460,7 +460,7 @@ class Monitor (HookClient):
     """Update the auto-peers list from the connect service."""
     if 'connect' in me.services.table:
       me.autopeers = [' '.join(line)
-                      for line in conn.svcsubmit('connect', 'list')]
+                      for line in conn.svcsubmit('connect', 'list-active')]
       me.autopeers.sort()
     else:
       me.autopeers = None