Skip to content

Commit 1990637

Browse files
authored
Merge pull request #99 from WuZhaominn/master
update config.py
2 parents 7ddd479 + f557ef2 commit 1990637

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

zoomeye/config.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313

1414
seconds_of_fiveday = 60 * 60 * 24 * 5
1515

16-
# save api key file and json web token file path
16+
# save api key file and json web token file path 保存API密钥文件和json web令牌文件路径
1717
ZOOMEYE_CONFIG_PATH = "~/.config/zoomeye/setting"
1818

19-
# save search dork data path
19+
# save search dork data path 保存搜索节点数据路径
2020
ZOOMEYE_CACHE_PATH = "~/.config/zoomeye/cache"
2121

22-
# cache expired time, five day
22+
# cache expired time, five day 缓存过期时间,5天
2323
EXPIRED_TIME = seconds_of_fiveday
2424

25-
# print data max length
25+
# print data max length 打印数据
2626
STRING_MAX_LENGTH = 23
2727

28-
# cache file name
28+
# cache file name缓存文件名
2929
FILE_NAME = "/{}_{}.json"
3030

3131

0 commit comments

Comments
 (0)