Commit a1c90ab4 authored by Administrator's avatar Administrator

Update downloader.js

parent 157f5876
......@@ -22,7 +22,7 @@ async function run() {
}
let arr=[]
for (let i = 2017; i <= 2022; i++) {
for (let i = 2017; i <= 2023; i++) {
arr.push(monthlyDownloader(i))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment