Exemple #1
0
def update_all():
	mparser = MenuParser(db)
	locations = db().select(db.Location.ALL)
	for loc in locations:
		mparser.update_location_menus(loc.id)