Add TOC entry to PIS
This commit is contained in:
parent
9ae82819a9
commit
890379123b
@ -63,6 +63,7 @@ def parse(codeList):
|
|||||||
for iii in stops:
|
for iii in stops:
|
||||||
tiplocs.append(getTiploc(iii))
|
tiplocs.append(getTiploc(iii))
|
||||||
i['tiplocs'] = tiplocs
|
i['tiplocs'] = tiplocs
|
||||||
|
i['toc'] = "GW"
|
||||||
log.out(f"pis.parse: Removed {StartLen - len(codeList)} duplicates", "INFO")
|
log.out(f"pis.parse: Removed {StartLen - len(codeList)} duplicates", "INFO")
|
||||||
return codeList
|
return codeList
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user