🐛 path

This commit is contained in:
tdc 2024-04-15 16:38:24 +08:00
parent 7c8e5e17ae
commit befc6752f7

View File

@ -19,7 +19,7 @@ tz = timezone(timedelta(hours=+8))
today = datetime.now(tz).date()
# 新增 nrd 清單
for files in glob("AutoBuild/nrd/past-*.txt"):
for files in glob("nrd/past-*.txt"):
filterlist["hosts"].append(files)