适配海豚海豹抄告分享率

This commit is contained in:
ngfchl
2022-11-29 23:18:36 +08:00
parent 9ce78e4849
commit c16af8f9d8

View File

@@ -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')