mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-15 15:09:25 +00:00
get ielts word
This commit is contained in:
@@ -6,7 +6,7 @@ from os import path
|
|||||||
file_path = path.dirname(path.realpath(__file__))
|
file_path = path.dirname(path.realpath(__file__))
|
||||||
|
|
||||||
def ctx():
|
def ctx():
|
||||||
file = path.join(file_path,'toeflwords.txt')
|
file = path.join(file_path,'ieltswords.txt')
|
||||||
with open(file, encoding='utf-8') as inf:
|
with open(file, encoding='utf-8') as inf:
|
||||||
f = inf.readlines()
|
f = inf.readlines()
|
||||||
count = len(f)
|
count = len(f)
|
||||||
|
|||||||
Reference in New Issue
Block a user