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 6cec3c8 commit 65c5a10
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 @@ -140,7 +140,7 @@ async def parse(self, context):
arxiv_res = context.get("response")
if len(list(arxiv_res))==0:
print('no respomsr data')
return
# return
async with aiohttp.ClientSession() as session:
for result in arxiv_res:
paper_id = result.get_short_id()
Expand Down

0 comments on commit 65c5a10

Please sign in to comment.