diff --git a/main.py b/main.py index b6a9987..abaa774 100644 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ from dotenv import load_dotenv from agents import create_diego, create_aisha, create_elena, create_nakamura -sys.path.insert(0, '..') +# sys.path.insert(0, '..') import tinytroupe from tinytroupe.agent import TinyPerson @@ -22,4 +22,4 @@ world.broadcast(""" just the problems you face. """) -world.run(1) \ No newline at end of file +world.run(1)