Site changed
This commit is contained in:
parent
3b8f1b8623
commit
0a7acaa42b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class StartPage(BasePage):
|
|||
def get_sensors_list(self):
|
||||
paraphs = self.document.xpath('//p[@align="center"]')
|
||||
sensors = []
|
||||
for i in range(len(paraphs) - 1):
|
||||
for i in range(len(paraphs)):
|
||||
sensor = GaugeSensor("dd-%s" % self.name[i].lower())
|
||||
sensor.name = self.name[i]
|
||||
sensor.unit = self.unit[i]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue