mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 11:27:46 +01:00
refac: formatting
This commit is contained in:
@@ -558,7 +558,7 @@ def add_files_to_knowledge_batch(
|
||||
result = process_files_batch(
|
||||
request=request,
|
||||
form_data=BatchProcessFilesForm(files=files, collection_name=id),
|
||||
user=user
|
||||
user=user,
|
||||
)
|
||||
except Exception as e:
|
||||
log.error(
|
||||
|
||||
Reference in New Issue
Block a user