From 890379123b0913abde689d69e986aa22395c8d18 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 26 Jun 2023 15:36:52 +0100 Subject: [PATCH] Add TOC entry to PIS --- src/pis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pis.py b/src/pis.py index 977c454..ded3570 100644 --- a/src/pis.py +++ b/src/pis.py @@ -63,6 +63,7 @@ def parse(codeList): for iii in stops: tiplocs.append(getTiploc(iii)) i['tiplocs'] = tiplocs + i['toc'] = "GW" log.out(f"pis.parse: Removed {StartLen - len(codeList)} duplicates", "INFO") return codeList