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 19, 2024
1 parent 42310f6 commit 39f782e
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 @@ -359,7 +359,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
formatted_pub_date = parse_pub_date(pub_date)
Expand Down

0 comments on commit 39f782e

Please sign in to comment.