fix minio helth bug (#850)

### What problem does this PR solve?

#643 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
KevinHuSh
2024-05-20 19:35:30 +08:00
committed by GitHub
parent c27c02ea67
commit a12fcf9156
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ from rag.nlp import find_codec
class RAGFlowExcelParser:
def html(self, fnm,chunk_rows=256):
def html(self, fnm, chunk_rows=256):
if isinstance(fnm, str):
wb = load_workbook(fnm)
else: