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