From da5d9973a2d3cb63546ac8cdf690f5c14da6ef23 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Sat, 28 Jan 2023 00:11:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E5=BD=93=E6=97=A5?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=AD=E7=AB=99=E7=82=B9=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=9D=87=E4=B8=BA0=E6=97=B6=E8=B7=B3?= =?UTF-8?q?=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt_site/UtilityTool.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pt_site/UtilityTool.py b/pt_site/UtilityTool.py index ef605fa..9336471 100644 --- a/pt_site/UtilityTool.py +++ b/pt_site/UtilityTool.py @@ -2519,6 +2519,8 @@ class PtSpider: else: uploaded_increase = site_state.uploaded downloaded_increase = site_state.downloaded + if uploaded_increase + downloaded_increase <= 0: + continue total_upload += uploaded_increase total_download += downloaded_increase increase_list.append(f'\n\n- 站点:{my_site.site.name}'