Fix "got an unexpected keyword argument 'rarExecutable'" during format upload

This commit is contained in:
Ozzie Isaacs 2023-08-27 11:20:53 +02:00
parent 0499e578cd
commit 8535bb5821
1 changed files with 1 additions and 1 deletions

View File

@ -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