Skip to content

Commit 174e793

Browse files
committed
fix
1 parent 2deee82 commit 174e793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main(
2626

2727
timestamp = time.strftime("%y%m%d%H%M%S")
2828
rounds = config["tournament"]["rounds"]
29-
sims = config["tournament"]["sims_per_round"]
29+
sims = config["game"]["sims_per_round"]
3030

3131
players = [p["name"] for p in config["players"]]
3232
p_num = len(players)

0 commit comments

Comments
 (0)