We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2deee82 commit 174e793Copy full SHA for 174e793
1 file changed
main.py
@@ -26,7 +26,7 @@ def main(
26
27
timestamp = time.strftime("%y%m%d%H%M%S")
28
rounds = config["tournament"]["rounds"]
29
- sims = config["tournament"]["sims_per_round"]
+ sims = config["game"]["sims_per_round"]
30
31
players = [p["name"] for p in config["players"]]
32
p_num = len(players)
0 commit comments