fix: 🐛 flush with row
All checks were successful
dl / lint (push) Successful in 1m10s
dl / docker (push) Successful in 43s

This commit is contained in:
Michel Roux 2024-12-21 22:05:20 +01:00
parent 6da2c52a06
commit e59d552a4b

View File

@ -131,3 +131,4 @@ for feed in args.feed:
"link": column[1].a["href"] if column else "",
}
)
stdout.flush()