mirror of https://github.com/langgenius/dify.git
Switching from CONSOLE_API_URL to FILES_URL in word_extractor.py (#18249)
This commit is contained in:
parent
3914cf07e7
commit
d2e3744ca3
|
@ -126,9 +126,7 @@ class WordExtractor(BaseExtractor):
|
|||
|
||||
db.session.add(upload_file)
|
||||
db.session.commit()
|
||||
image_map[rel.target_part] = (
|
||||
f""
|
||||
)
|
||||
image_map[rel.target_part] = f""
|
||||
|
||||
return image_map
|
||||
|
||||
|
|
Loading…
Reference in New Issue