Add CDS (Off-Peak Day Single) to wanted fare codes
Fixes #5 — Goring & Streatley (GOR) was only showing Anytime Day Single because ticket code CDS was not included in _WANTED_CODES. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4900be723b
commit
b487307d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ _API_URL = "https://api.gwr.com/api/shopping/journeysearch"
|
|||
# API key is embedded in the GWR web app (appvalues.prod.json)
|
||||
_API_KEY = "OgovGqAlLp4gWAhL7DQLo7pMCt8GHi2U4SPFiZgG"
|
||||
_PAD_CODE = "GBQQP" # London Paddington cluster code as used by GWR website
|
||||
_WANTED_CODES = {"SSS", "SVS", "SDS"}
|
||||
_WANTED_CODES = {"SSS", "SVS", "SDS", "CDS"}
|
||||
_MAX_PAGES = 20
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue