Skip to content

Commit

Permalink
inject thoughts refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Apr 24, 2024
1 parent b96b0f8 commit 2bc238d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def add_agent_to_simulation(self, agent):

self.agents.append(agent)

def inject_thoughts():
def inject_thoughts(self):
if self.redis_connection:
control_cmd = self.redis_connection.lpop(f"{self.id}:communications")
if control_cmd:
Expand Down

0 comments on commit 2bc238d

Please sign in to comment.