Fix wrong key variables
This commit is contained in:
		
					parent
					
						
							
								86fe82e6cd
							
						
					
				
			
			
				commit
				
					
						9f6b6518ce
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -179,8 +179,8 @@ def notify_matrix(stats: Dict[str, Dict[str, int]]) -> None: | |||
| 
 | ||||
|     structure = [MESSAGE_TEMPLATE] | ||||
|     for key, value in stats.items(): | ||||
|         row = (f"* {key}: {stats['updated']} updated packages," | ||||
|                f" {stats['errors']} errors") | ||||
|         row = (f"* {key}: {value['updated']} updated packages," | ||||
|                f" {value['errors']} errors") | ||||
|         structure.append(row) | ||||
| 
 | ||||
|     message = "\n".join(structure) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue