From f2a4cad551f77b00873a9095fce4a1fa5610e056 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 22 Dec 2024 19:45:12 +0100 Subject: [PATCH] fix: :pencil2: typo with none --- commands/2hdp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/2hdp.py b/commands/2hdp.py index 086d9ed..89ca6c1 100755 --- a/commands/2hdp.py +++ b/commands/2hdp.py @@ -107,7 +107,7 @@ for feed in args.feed: column = columns break - if column is None: + if not column: for row in rows: columns = row.find_all("td")