Switching from CONSOLE_API_URL to FILES_URL in word_extractor.py (#18249)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user