fix typo
This commit is contained in:
		
							parent
							
								
									e870ebb3d4
								
							
						
					
					
						commit
						f68d270f8f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1171,7 +1171,7 @@ class ArchivingErrorReceivedEvent(nec.NetworkIncomingEvent):
 | 
			
		|||
    def generate(self):
 | 
			
		||||
        self.conn = self.base_event.conn
 | 
			
		||||
        self.stanza = self.base_event.stanza
 | 
			
		||||
        self.type_ = self.base_event.conn
 | 
			
		||||
        self.type_ = self.base_event.type_
 | 
			
		||||
 | 
			
		||||
        if self.type_ == 'error':
 | 
			
		||||
            self.error_msg = self.stanza.getErrorMsg()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue