Skip to content

Commit

Permalink
Update rthk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raileo98 authored Oct 29, 2024
1 parent 03f825b commit 9579ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/rthk.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ async def process_article(fg, category, article):
break

# 緩存圖片
await asyncio.gather(*(cache_image(imageUrl) for imageUrl in imgList))
# await asyncio.gather(*(cache_image(imageUrl) for imageUrl in imgList))

pub_date = article.select_one('.ns2-created').text.strip()
formatted_pub_date = parse_pub_date(pub_date)
Expand Down

0 comments on commit 9579ae2

Please sign in to comment.