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

pull/2862/merge
Ozzie Isaacs 9 months ago
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…
Cancel
Save