mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 07:13:02 +00:00 
			
		
		
		
	Fix "got an unexpected keyword argument 'rarExecutable'" during format upload
This commit is contained in:
		| @@ -1215,7 +1215,7 @@ def upload_single_file(file_request, book, book_id): | |||||||
|  |  | ||||||
|             return uploader.process( |             return uploader.process( | ||||||
|                 saved_filename, *os.path.splitext(requested_file.filename), |                 saved_filename, *os.path.splitext(requested_file.filename), | ||||||
|                 rarExecutable=config.config_rarfile_location) |                 rar_executable=config.config_rarfile_location) | ||||||
|     return None |     return None | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ozzie Isaacs
					Ozzie Isaacs