Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaisheng committed Jul 27, 2024
1 parent 577fa75 commit 6336c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ def to_markdown(self, context: dict) -> dict:
_fields_md = f"|{'|'.join(_fields)}|\n"
_style_md = f"|{'|'.join([self._set_style_to('center') for _ in range(len(_fields))])}|\n"
tt=[]
print(f'---:{len(list(_paper_obj.values()))}')
for paper in _paper_obj.values():
print(f'start to save md :{paper}')

Expand Down

0 comments on commit 6336c95

Please sign in to comment.