From 23e21feedf2e7d951cc6219944ea31b74c30169b Mon Sep 17 00:00:00 2001 From: Thefeli73 Date: Sun, 27 Sep 2020 13:59:59 +0200 Subject: [PATCH] API key --- .gitignore | 2 ++ main.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b05740 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +__pycache__/ diff --git a/main.py b/main.py index 80c2eb3..bb4483f 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,7 @@ import api from game_layer import GameLayer -api_key = "" # TODO: Your api key here +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.