mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-30 23:47:45 +03:00 
			
		
		
		
	minor fix
This commit is contained in:
		
							parent
							
								
									5375c705a0
								
							
						
					
					
						commit
						13b776fb9f
					
				|  | @ -79,7 +79,7 @@ if CONTENT: | |||
|     msg["From"] = FROM | ||||
|     msg["To"] = TO | ||||
| 
 | ||||
|     for test_count, attachment in ATTACHMENTS: | ||||
|     for test_count, attachment in ATTACHMENTS.items(): | ||||
|         attachment = MIMEText(attachment) | ||||
|         attachment.add_header('Content-Disposition', 'attachment', filename="test_case_%d_console_output.txt" % test_count) | ||||
|         msg.attach(attachment) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user