From a0a0c8c9462c9cf0f8db681a790abf0d9475ab5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Sat, 8 Jul 2023 07:05:46 +0000 Subject: [PATCH] tw165 add heads --- AutoBuild/builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoBuild/builder.py b/AutoBuild/builder.py index 2498450..84557d4 100644 --- a/AutoBuild/builder.py +++ b/AutoBuild/builder.py @@ -5,7 +5,7 @@ import requests filterlist = { 'abp': ['experimental.txt', 'filter.txt', 'PureView/news.txt', 'PureView/news_mobile.txt'], - 'hosts': ['hosts.txt', 'nofarm_hosts.txt'] + 'hosts': ['hosts.txt', 'nofarm_hosts.txt', 'TW165.txt'] } url = 'https://filter.futa.gg/' tz = timezone(timedelta(hours=+8))