def append_to_tag_list()

in main.py [0:0]


def append_to_tag_list(tag_list, tag_id):
    if not tag_id in tag_list:
        tag_list.append(tag_id)