MonsterRoot

Results 1 comments of MonsterRoot

replace string at line 96 text = text[text.index(']'):].replace("}","").replace("]","") to this construction text = text[text.index(']'):].replace("}","").replace("]","") if text.find(']') != -1 else text