fix var name
This commit is contained in:
		
							parent
							
								
									68536513fd
								
							
						
					
					
						commit
						3e7627aa6d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		
		Reference in a new issue