discovery.py
changeset 377 9db62e0280f5
parent 375 b16bcfe531d7
child 379 71c441104cac
--- a/discovery.py	Wed Aug 12 16:09:00 2009 -0600
+++ b/discovery.py	Wed Aug 12 16:18:57 2009 -0600
@@ -108,7 +108,7 @@
         self.Bind(wx.EVT_CLOSE, self.OnClose)
 
     def RefreshList(self):
-        type = "_WGPLC._tcp.local."
+        type = "_PYRO._tcp.local."
         self.browser = ServiceBrowser(self.zConfInstance, type, self)        
 
     def OnRefreshButton(self, event):