[thorstenp] remove uselexx space
This commit is contained in:
parent
e389e0b16b
commit
aa507f43e6
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class Zeroconf:
|
||||||
|
|
||||||
|
|
||||||
def browse_domain(self, domain=None):
|
def browse_domain(self, domain=None):
|
||||||
gajim.log.debug('starting to browse')
|
gajim.log.debug('starting to browse')
|
||||||
try:
|
try:
|
||||||
self.browse_sdRef = pybonjour.DNSServiceBrowse(regtype=self.stype, domain=domain, callBack=self.browse_callback)
|
self.browse_sdRef = pybonjour.DNSServiceBrowse(regtype=self.stype, domain=domain, callBack=self.browse_callback)
|
||||||
except pybonjour.BonjourError, e:
|
except pybonjour.BonjourError, e:
|
||||||
|
|
Loading…
Add table
Reference in a new issue