Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed Jul 25, 2024
1 parent 55f738e commit 0c1a827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/indexer/indexer_file_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self,
self.text_splitter = text_splitter

def index_file_url(self, content_base, **kwargs) -> bool:
print(f"[+ Indexando arquivo {content_base.get("file_uuid")} +]")
print(f"[+ Indexando arquivo {content_base.get('file_uuid')} +]")

load_type = content_base.get("load_type")

Expand Down

0 comments on commit 0c1a827

Please sign in to comment.