Fix procedura dopo codice debug.
This commit is contained in:
parent
da31e1655b
commit
38a78860b0
|
@ -125,9 +125,7 @@ class Build(loaih.RemoteBuild):
|
|||
path_arr = [ self.storage_path, '' ]
|
||||
path = str.join('/', path_arr)
|
||||
print(f"DEBUG - Name: {name}, URL: {path}")
|
||||
matching = etree.HTML(urllib.request.urlopen(
|
||||
str.join('/', path)
|
||||
).read()).xpath(
|
||||
matching = etree.HTML(urllib.request.urlopen(path).read()).xpath(
|
||||
f"//a[contains(@href, '{name}')/@href"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue