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 84fe9ea commit 148c95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def parse(self, context):

paper_id = result.get_short_id()
paper_title = result.title
paper_title=self.clean_paper_title(paper_title)
# paper_title=self.clean_paper_title(paper_title)
paper_title=paper_title.replace("'","\'")
paper_url = result.entry_id
paper_abstract= result.summary.strip().replace('\n',' ').replace('\r'," ")
Expand Down

0 comments on commit 148c95a

Please sign in to comment.