We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0536d6a commit 3c19c37Copy full SHA for 3c19c37
1 file changed
zoomeye/config.py
@@ -12,19 +12,19 @@
12
from zoomeye import __version__, __site__
13
14
15
-# save api key file and json web token file path
+# save api key file and json web token file path 保存API密钥文件和json web令牌文件路径
16
ZOOMEYE_CONFIG_PATH = "~/.config/zoomeye/setting"
17
18
-# save search dork data path
+# save search dork data path 保存搜索节点数据路径
19
ZOOMEYE_CACHE_PATH = "~/.config/zoomeye/cache"
20
21
-# cache expired time, five day
+# cache expired time, five day 缓存过期时间,5天
22
EXPIRED_TIME = 60 * 60 * 24 * 5
23
24
-# print data max length
+# print data max length 打印数据
25
STRING_MAX_LENGTH = 23
26
27
-# cache file name
+# cache file name缓存文件名
28
FILE_NAME = "/{}_{}.json"
29
30
0 commit comments