fix IYUUAutoSeed站点流控问题

This commit is contained in:
jxxghp
2023-08-11 14:38:34 +08:00
parent 5116f7b059
commit acbbf67c2f
6 changed files with 3 additions and 4 deletions

View File

@ -698,7 +698,9 @@ class IYUUAutoSeed(_PluginBase):
self.exist += 1
return False
# 站点流控
if self.sites.check(site_domain):
check, checkmsg = self.sites.check(site_domain)
if check:
logger.warn(checkmsg)
self.fail += 1
return False
# 下载种子