Skip to content

Commit 3c19c37

Browse files
committed
update config.py
1 parent 0536d6a commit 3c19c37

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

zoomeye/config.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
from zoomeye import __version__, __site__
1313

1414

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

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

21-
# cache expired time, five day
21+
# cache expired time, five day 缓存过期时间,5天
2222
EXPIRED_TIME = 60 * 60 * 24 * 5
2323

24-
# print data max length
24+
# print data max length 打印数据
2525
STRING_MAX_LENGTH = 23
2626

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

3030

0 commit comments

Comments
 (0)