fix: ✏️ typo with none
This commit is contained in:
parent
2537713f9f
commit
f2a4cad551
@ -107,7 +107,7 @@ for feed in args.feed:
|
|||||||
column = columns
|
column = columns
|
||||||
break
|
break
|
||||||
|
|
||||||
if column is None:
|
if not column:
|
||||||
for row in rows:
|
for row in rows:
|
||||||
columns = row.find_all("td")
|
columns = row.find_all("td")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user