mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-31 07:57:47 +03:00 
			
		
		
		
	Indentation fix
This commit is contained in:
		
							parent
							
								
									7d1c704575
								
							
						
					
					
						commit
						1d06c64149
					
				|  | @ -230,7 +230,7 @@ class _baseDes(object): | |||
| 		# there is no way to correctly decode the data into bytes. | ||||
| 		if _pythonMajorVersion < 3: | ||||
| 			if isinstance(data, unicode): | ||||
|                 data = str(data) | ||||
| 				data = str(data) | ||||
| 		else: | ||||
| 			if isinstance(data, str): | ||||
| 				# Only accept ascii unicode values. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user