Fix error from merge
This commit is contained in:
		
							parent
							
								
									7c8f6ce62f
								
							
						
					
					
						commit
						9a678c41fe
					
				|  | @ -557,9 +557,9 @@ def upload_single_file(request, book, book_id): | |||
|             WorkerThread.add(current_user.nickname, TaskUpload( | ||||
|                 "<a href=\"" + url_for('web.show_book', book_id=book.id) + "\">" + uploadText + "</a>")) | ||||
| 
 | ||||
|                 return uploader.process( | ||||
|                     saved_filename, *os.path.splitext(requested_file.filename), | ||||
|                     rarExecutable=config.config_rarfile_location) | ||||
|             return uploader.process( | ||||
|                 saved_filename, *os.path.splitext(requested_file.filename), | ||||
|                 rarExecutable=config.config_rarfile_location) | ||||
| 
 | ||||
| 
 | ||||
| def upload_cover(request, book): | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user