init 1337 python: def replace_text(t1): t1 = t1.replace("ORIGINALNAME1", "YOURNAME1") t1 = t1.replace("ORIGINALNAME2", "YOURNAME2") return t1 config.replace_text = replace_text