Commit fe4ee281 authored by Studer Brendan's avatar Studer Brendan
Browse files

pour toi Henri

parent 458e819a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")):