From c16af8f9d836a334460df0f097b1afaadc5a6d3c Mon Sep 17 00:00:00 2001 From: ngfchl Date: Tue, 29 Nov 2022 23:18:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E6=B5=B7=E8=B1=9A=E6=B5=B7?= =?UTF-8?q?=E8=B1=B9=E6=8A=84=E5=91=8A=E5=88=86=E4=BA=AB=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt_site/UtilityTool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt_site/UtilityTool.py b/pt_site/UtilityTool.py index daff522..75b0412 100644 --- a/pt_site/UtilityTool.py +++ b/pt_site/UtilityTool.py @@ -1524,7 +1524,7 @@ class PtSpider: stats = details_response.get('stats') downloaded = stats.get('downloaded') uploaded = stats.get('uploaded') - ratio = stats.get('ratio') + ratio = stats.get('ratio').replace(',', '') my_site.time_join = stats.get('joinedDate') my_site.latest_active = stats.get('lastAccess') my_site.my_level = details_response.get('personal').get('class')