| @@ -5,8 +5,8 @@ | |||||
| # Copyright 2005, Tim Potter <tpot@samba.org> | # Copyright 2005, Tim Potter <tpot@samba.org> | ||||
| # Copyright 2006-2009 John-Mark Gurney <jmg@funkthat.com> | # Copyright 2006-2009 John-Mark Gurney <jmg@funkthat.com> | ||||
| __version__ = '$Change$' | |||||
| # $Id$ | |||||
| __version__ = '$Change: 1740 $' | |||||
| # $Id: //depot/python/pymeds/main/pymeds.py#17 $ | |||||
| # make sure debugging is initalized first, other modules can be pulled in | # make sure debugging is initalized first, other modules can be pulled in | ||||
| # before the "real" debug stuff is setup. (hmm I could make this a two | # before the "real" debug stuff is setup. (hmm I could make this a two | ||||
| @@ -213,7 +213,7 @@ def makeService(config): | |||||
| serv = PyMedS() | serv = PyMedS() | ||||
| internet.TCPServer(listenPort, site).setServiceParent(serv) | |||||
| internet.TCPServer(listenPort, site, interface=listenAddr).setServiceParent(serv) | |||||
| internet.MulticastServer(SSDP_PORT, s, | internet.MulticastServer(SSDP_PORT, s, | ||||
| listenMultiple=True).setServiceParent(serv) | listenMultiple=True).setServiceParent(serv) | ||||