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