From 9c8b418e646b26f5189579ce250bfb319d135ba0 Mon Sep 17 00:00:00 2001 From: Thefeli73 Date: Sun, 27 Sep 2020 15:08:08 +0200 Subject: [PATCH] change to map 2 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cb9d3f6..785b206 100644 --- a/main.py +++ b/main.py @@ -3,7 +3,7 @@ from game_layer import GameLayer api_key = "74e3998d-ed3d-4d46-9ea8-6aab2efd8ae3" # TODO: Your api key here # The different map names can be found on considition.com/rules -map_name = "training1" # TODO: You map choice here. If left empty, the map "training1" will be selected. +map_name = "training2" # TODO: You map choice here. If left empty, the map "training1" will be selected. game_layer = GameLayer(api_key)