fix full site scraper
This commit is contained in:
parent
67ac960221
commit
f3496bd29b
@ -51,7 +51,8 @@ def process_article(article, is_rss, is_atom):
|
|||||||
else:
|
else:
|
||||||
at_con.text = scraped_article
|
at_con.text = scraped_article
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
pass
|
||||||
|
#print(e)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user