From 211e5ff6e67446ff91cd05538fdd844b82c5dedd Mon Sep 17 00:00:00 2001 From: sinksank <1007286821@qq.com> Date: Wed, 28 May 2025 12:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=AC=A1=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=20vocabulary.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/vocabulary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/vocabulary.py b/app/vocabulary.py index 0ef490c..71100f4 100644 --- a/app/vocabulary.py +++ b/app/vocabulary.py @@ -106,7 +106,6 @@ class UserVocabularyLevel(VocabularyLevelEstimator): return # 如果词库为空,直接返回 stemmer = snowballstemmer.stemmer('english') - # date_str = "20240805" date_str = datetime.now().strftime('%Y%m%d') dt = datetime.strptime(date_str, "%Y%m%d") range_datetime = dt.strftime("%Y%m%d%H%M") # 设定筛选时间范围