fix: ✏️ typo with none
All checks were successful
dl / lint (push) Successful in 58s
dl / docker (push) Successful in 42s

This commit is contained in:
Michel Roux 2024-12-22 19:45:12 +01:00
parent 2537713f9f
commit f2a4cad551

View File

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