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 8, 2024
1 parent a0bc9d8 commit d2fc504
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 @@ -183,6 +183,7 @@ def parse(self, context):
paper_id = result.get_short_id()
paper_title = result.title
paper_title=clean_paper_title(papaer_title)
paper_title=paper_title.replace("'","\'")
paper_url = result.entry_id
paper_abstract= result.summary.strip().replace('\n',' ').replace('\r'," ")
print(paper_abstract)
Expand Down

0 comments on commit d2fc504

Please sign in to comment.