fix var name

This commit is contained in:
Yann Leboulanger 2005-10-07 10:32:42 +00:00
parent 68536513fd
commit 3e7627aa6d
1 changed files with 1 additions and 1 deletions

View File

@ -1413,7 +1413,7 @@ class Connection:
# ignore the priority and weight for now
_t, _t, p, h = answers[0]['data']
del _t
p = int(port)
p = int(p)
break
except:
gajim.log.debug('An error occurred while looking up %s' % query)