Newpct1: Corrección

This commit is contained in:
Kingbox
2018-07-05 21:40:07 +02:00
parent 54defe125e
commit 9c164918dd
+1 -1
View File
@@ -203,7 +203,7 @@ def listado(item):
data = ''
try:
data = re.sub(r"\n|\r|\t|\s{2}|(<!--.*?-->)", "", httptools.downloadpage("item.url", timeout=timeout).data)
data = re.sub(r"\n|\r|\t|\s{2}|(<!--.*?-->)", "", httptools.downloadpage(item.url, timeout=timeout).data)
except:
pass