mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 06:05:57 +01:00
Merge pull request #467 from calvinbui/master
canadabay_nsw_gov_au: retrieve 1 year of data
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user