diff --git a/setup.py b/setup.py index 98136f0..b19837a 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def configAgent(): if row.get("agent_attitude") == None: user_input = inputForAccepted( "Agent attitude:", - lambda: input(f"E.g. \"researches new topics and discusses existing research.\"\n> {row["agent_name"]}... "), + lambda: input(f"E.g. \"researches new topics and discusses existing research.\"\n> {row['agent_name']}... "), lambda _: print("Accept?") ).strip() row["agent_attitude"] = user_input @@ -157,4 +157,4 @@ def inputAccepted(): return re.search("y", accept, re.IGNORECASE) != None if __name__ == "__main__": - start() \ No newline at end of file + start()