This commit is contained in:
thsrite
2023-07-11 14:31:40 +08:00
parent 9fd31f3e56
commit 13ed8a318e
2 changed files with 3 additions and 2 deletions

View File

@ -153,7 +153,7 @@ class AutoSignIn(_PluginBase):
"""
domain = StringUtils.get_url_domain(url)
site_info = self.sites.get_indexer(domain)
if site_info:
if not site_info:
return schemas.Response(
success=True,
message=f"站点【{url}】不存在"