mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 07:26:44 +00:00
Update word.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user