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