修复海豹分享率

This commit is contained in:
ngfchl
2022-12-12 16:17:07 +08:00
parent 8502c738d2
commit 2d229ae401

View File

@@ -1586,7 +1586,7 @@ class PtSpider:
# 做种体积
'seed_vol': seeding_size,
})
if ratio < 1:
if float(ratio) < 1:
self.send_request(f'{site.name} 分享率 {ratio} 过低,请注意')
return CommonResponse.success(data=res_gpw)
else: