author | b.taylor@willowglen.ca |
Wed, 12 Aug 2009 16:18:57 -0600 | |
changeset 377 | 9db62e0280f5 |
parent 376 | 53b00ff1b2d6 |
child 378 | 75ae46b66315 |
discovery.py | file | annotate | diff | comparison | revisions |
--- 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):