diff --git a/roles/osm-vector-maps/templates/iiab-update-map b/roles/osm-vector-maps/templates/iiab-update-map index 35055e317..baacd922e 100755 --- a/roles/osm-vector-maps/templates/iiab-update-map +++ b/roles/osm-vector-maps/templates/iiab-update-map @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # Scan the osm-vector-maps directory, update the osm-vector-maps-idx.json, add menu-defs from geojson import Feature, Point, FeatureCollection, Polygon @@ -60,7 +60,7 @@ def main(): menus.update_menu_json(menu_ref) return elif region not in map_catalog['regions']: - print "Skipping unknown map " + fname + print ("Skipping unknown map " + fname) continue else: item = map_catalog['regions'][region]