CI: fix parsing wiki page (!814)
This commit is contained in:
parent
d3bc799fd2
commit
3c43c503ee
|
@ -37,7 +37,7 @@ def get_wiki_devices_html(path):
|
|||
content = urllib.request.urlopen(url).read().decode("utf-8")
|
||||
|
||||
# Split into booting and not booting
|
||||
split = content.split("<span class=\"mw-headline\" id=\"Not_booting\">")
|
||||
split = content.split("<span class=\"mw-headline\" id=\"Non-booting_devices\">")
|
||||
|
||||
if len(split) != 2:
|
||||
print("*** Failed to parse wiki page")
|
||||
|
|
Loading…
Reference in New Issue
Block a user