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")