beremiz

Parents 0d7426f26c6f
Children 38b0da8672e1
Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
  • +1 -1
    discovery.py
  • --- a/discovery.py Mon Dec 15 08:41:16 2008 +0100
    +++ b/discovery.py Tue Dec 23 12:33:14 2008 +0100
    @@ -160,5 +160,5 @@
    return uri
    def ChooseLocalID(self, event):
    - self.my_result = "PYRO://localhost:3000"
    + self.my_result = "LOCAL://"
    self.Close()