👷 更新建構使用 ENV

This commit is contained in:
踢低吸
2026-01-30 00:20:10 +08:00
parent bd948c64ec
commit 4d74fb668f

View File

@@ -178,8 +178,7 @@ class TW165Collector:
SOURCES = {
# os.getenv("tw165npa", None): NPA165Parser,
"https://165.npa.gov.tw/api/article/subclass/3": NPA165Parser,
os.getenv("tw165npa", None): NPA165Parser,
}