fix mtorrent

This commit is contained in:
jxxghp
2024-03-23 09:42:11 +08:00
parent ef67b76453
commit 23c678e71e
2 changed files with 16 additions and 5 deletions

View File

@ -45,7 +45,8 @@ class SiteChain(ChainBase):
# 特殊站点登录验证
self.special_site_test = {
"zhuque.in": self.__zhuque_test,
# "m-team.io": self.__mteam_test,
"m-team.io": self.__mteam_test,
"m-team.cc": self.__mteam_test,
}
@staticmethod