fix: 🐛 flush with row

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

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