Skip to content

Commit

Permalink
Merge pull request #794 from robbrad/791_glasgow_fix
Browse files Browse the repository at this point in the history
fix: 791 Glasgow URL change
  • Loading branch information
robbrad authored Sep 2, 2024
2 parents b29c23e + 4f26b87 commit 295c98f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions uk_bin_collection/tests/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@
"wiki_note": "Use [this site](https://www.gbcbincalendars.co.uk/) to find the collections for your address. Use the -n parameter to add them in a comma-separated list inside quotes, such as: 'Friday G4, Friday J'."
},
"GlasgowCityCouncil": {
"url": "https://www.glasgow.gov.uk/forms/refuseandrecyclingcalendar/PrintCalendar.aspx?UPRN=906700034497",
"wiki_command_url_override": "https://www.glasgow.gov.uk/forms/refuseandrecyclingcalendar/PrintCalendar.aspx?UPRN=XXXXXXXX",
"url": "https://onlineservices.glasgow.gov.uk/forms/RefuseAndRecyclingWebApplication/CollectionsCalendar.aspx?UPRN=906700034497",
"wiki_command_url_override": "https://onlineservices.glasgow.gov.uk/forms/RefuseAndRecyclingWebApplication/CollectionsCalendar.aspx?UPRN=XXXXXXXX",
"wiki_name": "Glasgow City Council",
"wiki_note": "Replace XXXXXXXX with UPRN."
},
Expand Down
2 changes: 1 addition & 1 deletion wiki/Councils.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ Note: Pass the street name into the -n parameter. Use [this](https://apps.gedlin

### Glasgow City Council
```commandline
python collect_data.py GlasgowCityCouncil https://www.glasgow.gov.uk/forms/refuseandrecyclingcalendar/PrintCalendar.aspx?UPRN=XXXXXXXX
python collect_data.py GlasgowCityCouncil https://onlineservices.glasgow.gov.uk/forms/RefuseAndRecyclingWebApplication/CollectionsCalendar.aspx?UPRN=XXXXXXXX
```

Note: Replace XXXXXXXX with UPRN.
Expand Down

0 comments on commit 295c98f

Please sign in to comment.