Exclude table header
This commit is contained in:
parent
afaf686827
commit
04733552c5
@ -40,7 +40,7 @@ class TelegramApiMethod(object):
|
|||||||
result = ''
|
result = ''
|
||||||
if self.table is None:
|
if self.table is None:
|
||||||
return "No parameters"
|
return "No parameters"
|
||||||
rows = self.table.find_all('tr')
|
rows = self.table.tbody.find_all('tr')
|
||||||
if rows is None:
|
if rows is None:
|
||||||
rows = []
|
rows = []
|
||||||
for row in rows:
|
for row in rows:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user