[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
d817212896
commit
fec641ce0a
@ -254,7 +254,9 @@ if config["enable"]["retrieve"]:
|
|||||||
return response.status_code == 200
|
return response.status_code == 200
|
||||||
|
|
||||||
# Basic pattern where WDPA files can be found
|
# Basic pattern where WDPA files can be found
|
||||||
url_pattern = "https://d1gam3xoknrgr2.cloudfront.net/current/WDPA_{bYYYY}_Public.zip"
|
url_pattern = (
|
||||||
|
"https://d1gam3xoknrgr2.cloudfront.net/current/WDPA_{bYYYY}_Public.zip"
|
||||||
|
)
|
||||||
|
|
||||||
# 3-letter month + 4 digit year for current/previous/next month to test
|
# 3-letter month + 4 digit year for current/previous/next month to test
|
||||||
current_monthyear = datetime.now().strftime("%b%Y")
|
current_monthyear = datetime.now().strftime("%b%Y")
|
||||||
|
Loading…
Reference in New Issue
Block a user