From e59d552a4b57da76e4336b92658e1b6abb453fa9 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 21 Dec 2024 22:05:20 +0100 Subject: [PATCH] fix: :bug: flush with row --- commands/2hdp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/2hdp.py b/commands/2hdp.py index a415969..d2a2a18 100755 --- a/commands/2hdp.py +++ b/commands/2hdp.py @@ -131,3 +131,4 @@ for feed in args.feed: "link": column[1].a["href"] if column else "", } ) + stdout.flush()