From 6c0324f28b7d31eac2cacd90b1a770cd754cb28a Mon Sep 17 00:00:00 2001 From: zeek <984294471@qq.com> Date: Fri, 24 Apr 2020 11:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=8E=B7=E5=8F=9615=E5=A4=A9?= =?UTF-8?q?=E5=89=8D=E8=B7=9F=E6=96=B0=E7=9A=84=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gen_rss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_rss.py b/gen_rss.py index a72f4de..fde6970 100755 --- a/gen_rss.py +++ b/gen_rss.py @@ -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',