Merge branch 'develop'

This commit is contained in:
Pieter Vander Vennet 2021-10-06 12:40:38 +02:00
commit 9f3ba46530
309 changed files with 36982 additions and 9766 deletions

View file

@ -75,9 +75,7 @@ class StatsDownloader {
while (url) {
ScriptUtils.erasableLog(`Downloading stats for ${year}-${month}, page ${page} ${url}`)
const result = await ScriptUtils.DownloadJSON(url, {
headers: headers
})
const result = await ScriptUtils.DownloadJSON(url, headers)
page++;
allFeatures.push(...result.features)
if (result.features === undefined) {