aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdaily.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/daily.py b/daily.py
index d789b2d..f790088 100755
--- a/daily.py
+++ b/daily.py
@@ -222,10 +222,12 @@ def generate(
logger.warning("On This Day Chinese not found")
logger.info("Finished On This Day")
- logger.info("Starting In The News")
- in_the_news_html_en = legacy_wikipedia.get_in_the_news_en()
- in_the_news_html_zh = legacy_wikipedia.get_in_the_news_zh()
- logger.info("Finished In The News")
+ # logger.info("Starting In The News")
+ # in_the_news_html_en = legacy_wikipedia.get_in_the_news_en()
+ # in_the_news_html_zh = legacy_wikipedia.get_in_the_news_zh()
+ # logger.info("Finished In The News")
+ in_the_news_html_en = ""
+ in_the_news_html_zh = ""
data = {
"stddate": datetime_target.strftime("%Y-%m-%d"),