fix full site scraper

This commit is contained in:
Martin Rotter 2022-10-18 06:41:26 +02:00
parent 67ac960221
commit f3496bd29b

View File

@ -51,7 +51,8 @@ def process_article(article, is_rss, is_atom):
else:
at_con.text = scraped_article
except Exception as e:
print(e)
pass
#print(e)
def main():