fix var name
This commit is contained in:
parent
68536513fd
commit
3e7627aa6d
|
@ -1413,7 +1413,7 @@ class Connection:
|
||||||
# ignore the priority and weight for now
|
# ignore the priority and weight for now
|
||||||
_t, _t, p, h = answers[0]['data']
|
_t, _t, p, h = answers[0]['data']
|
||||||
del _t
|
del _t
|
||||||
p = int(port)
|
p = int(p)
|
||||||
break
|
break
|
||||||
except:
|
except:
|
||||||
gajim.log.debug('An error occurred while looking up %s' % query)
|
gajim.log.debug('An error occurred while looking up %s' % query)
|
||||||
|
|
Loading…
Reference in New Issue