Update to Zwift 1.0.126283

This commit is contained in:
oldnapalm
2024-02-20 15:56:52 -03:00
parent 2f06c90441
commit e80c84bac2
7 changed files with 25 additions and 10 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ with open('MapSchedule_v2.xml', 'w') as f:
f.write(dom.toprettyxml())
CLIMBS = [str(x) for x in range(10000, 10023)]
CLIMBS = [str(x) for x in range(10000, 10024)]
dom = minidom.parseString('<PortalRoads><PortalRoadSchedule><appointments></appointments><VERSION>1</VERSION></PortalRoadSchedule></PortalRoads>')
appts = dom.getElementsByTagName('appointments')[0]