Correct multigraph typo for uptime graph

This commit is contained in:
Fredrick-III 2022-10-09 17:19:38 -07:00 committed by Kenyon Ralph
parent caf2f067c2
commit a450e79104
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ def process_url(url):
return dom.xpath('//table[contains(@class, "simpleTable")]')
print("multi_graph arris_uptime")
print("multigraph arris_uptime")
arr = process_url(INFO_URL)
if arr:
trs = arr[1].findall("tr")