try:
            args[0] = r.json()
            pr(pprint.pformat(args[0]))
            return const.ENoError
        except Exception as ex: