From 326160873d407f47acff754189e62448548881f7 Mon Sep 17 00:00:00 2001 From: akanksha Date: Sun, 21 Apr 2024 07:54:18 +0530 Subject: [PATCH] update --- .github/workflows/actions.yml | 2 +- update_BoW.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 75444c6..c9a6971 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -3,7 +3,7 @@ name: Run Scripts on: schedule: # Run newday.py every day. - - cron: '39 16 * * *' + - cron: '30 2 * * *' jobs: diff --git a/update_BoW.py b/update_BoW.py index 0f80295..875541e 100644 --- a/update_BoW.py +++ b/update_BoW.py @@ -2,6 +2,7 @@ from bs4 import BeautifulSoup from newspaper import Article import requests +import nltk from nltk.corpus import stopwords from nltk.tokenize import word_tokenize from nltk.stem import WordNetLemmatizer