Merge pull request #467 from calvinbui/master

canadabay_nsw_gov_au: retrieve 1 year of data
This commit is contained in:
Steffen Zimmermann
2022-12-18 10:10:06 +01:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ class Source:
street_id = 0
property_id = 0
today = date.today()
nextmonth = today + timedelta(30)
nextmonth = today + timedelta(days=365)
# Retrieve suburbs
r = requests.get(