sparse-intern-71089
crooked-pillow-11944
f = open('tags.json') tags_dict = json.load(f) ..... for k,v in tags_dict.items(): set_tags(k, v)