mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-06-12 19:11:33 -07:00
Update to Zwift 1.0.126283
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user