默认获取15天前跟新的项目

This commit is contained in:
zeek 2020-04-24 11:28:50 +08:00
parent 31d32b4eae
commit 6c0324f28b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ code_url = "https://git.zeekling.cn/"
resp_url = code_url + "api/v1/repos/search"
update_days = 5
update_days = 15
params = {
'sort': 'updated',