Loading eol_json_parser.py +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ def main(argv): # Iterate over choices for choice in interaction['Responses']: stat_update = f"set Authenticity+={choice['Authenticity']};Respect+={choice['Respect']};Compassion+={choice['Compassion']};Hope+={choice['Hope']};Empathy+={choice['Empathy']}\n" stat_update = f"set:Authenticity+={choice['Authenticity']};Respect+={choice['Respect']};Compassion+={choice['Compassion']};Hope+={choice['Hope']};Empathy+={choice['Empathy']}" #Check if this is an end choice of the current script if choice['NextInteractionID'] == int(app_config.get("LAST_INTERACTION")): Loading Loading
eol_json_parser.py +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ def main(argv): # Iterate over choices for choice in interaction['Responses']: stat_update = f"set Authenticity+={choice['Authenticity']};Respect+={choice['Respect']};Compassion+={choice['Compassion']};Hope+={choice['Hope']};Empathy+={choice['Empathy']}\n" stat_update = f"set:Authenticity+={choice['Authenticity']};Respect+={choice['Respect']};Compassion+={choice['Compassion']};Hope+={choice['Hope']};Empathy+={choice['Empathy']}" #Check if this is an end choice of the current script if choice['NextInteractionID'] == int(app_config.get("LAST_INTERACTION")): Loading