From 2821d6a9dc6d4e07d853e45a5b5bf77074b7c206 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 19 May 2024 09:54:52 +0800 Subject: [PATCH] fix #2076 --- app/chain/site.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/chain/site.py b/app/chain/site.py index f6fd33a4..1578c549 100644 --- a/app/chain/site.py +++ b/app/chain/site.py @@ -54,6 +54,7 @@ class SiteChain(ChainBase): "m-team.cc": self.__mteam_test, "ptlsp.com": self.__indexphp_test, "1ptba.com": self.__indexphp_test, + "star-space.net": self.__indexphp_test, } def is_special_site(self, domain: str) -> bool: