mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
⚡ 更新 NRD 清單 leading zero
This commit is contained in:
parent
11ffc8dea9
commit
9edeaec9cc
@ -140,4 +140,4 @@ if __name__ == "__main__":
|
||||
for date in range(len(sort_date)):
|
||||
accumulate += "\n".join(combined_data[sort_date[date]])
|
||||
accumulate = "\n".join(sorted(set(accumulate.split("\n"))))
|
||||
base_path.joinpath(f"past-{date + 1}day.txt").write_bytes(accumulate.encode())
|
||||
base_path.joinpath(f"past-{(date + 1):02d}day.txt").write_bytes(accumulate.encode())
|
||||
|
Loading…
x
Reference in New Issue
Block a user