From 2205ce1d46f6cdb41f1ea39fded40b48f5ead67a Mon Sep 17 00:00:00 2001 From: tdc Date: Mon, 4 Dec 2023 17:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20&=20=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoBuild/tw_165.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/AutoBuild/tw_165.py b/AutoBuild/tw_165.py index e3caf9f..481f879 100644 --- a/AutoBuild/tw_165.py +++ b/AutoBuild/tw_165.py @@ -24,11 +24,8 @@ def is_pure_ip(domain: str) -> bool: def main(): auth = os.getenv('auth', None) - auth= "githubaction:tBrdU283eJEJt4YJgPyd" - # jsonurl = os.getenv('tw165json', None) - jsonurl = "https://tw165.futa.gg/json/api/v1/rest/datastore/A01010000C-002150-013" - csvurl= "https://tw165.futa.gg/csv/MoiOD/System/DownloadFile.aspx\?DATA\=3BB8E3CE-8223-43AF-B1AB-5824FA889883" - # csvurl = os.getenv('tw165csv', None) + jsonurl = os.getenv('tw165json', None) + csvurl = os.getenv('tw165csv', None) if not jsonurl or not csvurl: logger.critical('URL NOT SET') return