def set_search_add(self, x): # Add x to search_add. # Done: get text, convert to list, add x, save back as text self.search_add = init_text_list(x)
def set_search_block(self, x): # Convert list to text # Done: get text, convert to list, add x, save back as text self.search_block = init_text_list(x)