def replaceSubstringWithColon()

in rekognitionlambda/index.py [0:0]


def replaceSubstringWithColon(txt):

    return txt.replace("%3A", ":")