Queer European MD passionate about IT
Explorar o código

Exclude table header

Davte %!s(int64=5) %!d(string=hai) anos
pai
achega
04733552c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      davtelepot/api_helper.py

+ 1 - 1
davtelepot/api_helper.py

@@ -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: