fix var name
This commit is contained in:
		
							parent
							
								
									df35dae981
								
							
						
					
					
						commit
						1e68c92bc8
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -80,7 +80,7 @@ class ConnectionJingle(object):
 | 
			
		|||
        try:
 | 
			
		||||
            jid = helpers.get_full_jid_from_iq(stanza)
 | 
			
		||||
        except helpers.InvalidFormat:
 | 
			
		||||
            log.warn('Invalid JID: %s, ignoring it' % stanza.getFrom())
 | 
			
		||||
            logger.warn('Invalid JID: %s, ignoring it' % stanza.getFrom())
 | 
			
		||||
            return
 | 
			
		||||
        id_ = stanza.getID()
 | 
			
		||||
        if (jid, id_) in self.__iq_responses.keys():
 | 
			
		||||
| 
						 | 
				
			
			@ -224,4 +224,3 @@ class ConnectionJingle(object):
 | 
			
		|||
                if session.peerjid == jid and session.get_content(media):
 | 
			
		||||
                    return session
 | 
			
		||||
        return None
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue