Compare commits

..

No commits in common. "main" and "agent/agent-of-chaos-1.0.1" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ class EloTracker:
:raises ValueError: One of the randomly chosen URLs could not be accessed. :raises ValueError: One of the randomly chosen URLs could not be accessed.
""" """
with self.__lock: with self.__lock:
players = [agent.url for agent in self.players if game.game_name() in agent.games] players = [agent.url for agent in self.players]
random.shuffle(players) random.shuffle(players)