Skip to content

Commit

Permalink
Merge pull request #99 from WuZhaominn/master
Browse files Browse the repository at this point in the history
update config.py
  • Loading branch information
wh0am1i authored Sep 25, 2023
2 parents 7ddd479 + f557ef2 commit 1990637
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zoomeye/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@

seconds_of_fiveday = 60 * 60 * 24 * 5

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

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

# cache expired time, five day
# cache expired time, five day 缓存过期时间,5天
EXPIRED_TIME = seconds_of_fiveday

# print data max length
# print data max length 打印数据
STRING_MAX_LENGTH = 23

# cache file name
# cache file name缓存文件名
FILE_NAME = "/{}_{}.json"


Expand Down

0 comments on commit 1990637

Please sign in to comment.