From 0a4bedc3d5ca8ebc8bb48f6d08ea04359293963c Mon Sep 17 00:00:00 2001 From: hillerliao Date: Tue, 30 Nov 2021 16:18:08 +0800 Subject: [PATCH] Update word.py --- rsshub/spiders/word/word.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsshub/spiders/word/word.py b/rsshub/spiders/word/word.py index bd1c72c..24a1006 100644 --- a/rsshub/spiders/word/word.py +++ b/rsshub/spiders/word/word.py @@ -6,7 +6,7 @@ from os import path file_path = path.dirname(path.realpath(__file__)) def ctx(): - file = path.join(file_path,'ieltswords.txt') + file = path.join(file_path,'toeflwords.txt') with open(file, encoding='utf-8') as inf: f = inf.readlines() count = len(f)