Fix "got an unexpected keyword argument 'rarExecutable'" during format upload
This commit is contained in:
parent
0499e578cd
commit
8535bb5821
|
@ -1215,7 +1215,7 @@ def upload_single_file(file_request, book, book_id):
|
|||
|
||||
return uploader.process(
|
||||
saved_filename, *os.path.splitext(requested_file.filename),
|
||||
rarExecutable=config.config_rarfile_location)
|
||||
rar_executable=config.config_rarfile_location)
|
||||
return None
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user