Moves last_run_ai_settings.yaml to root so it's easier to find and use.

pull/306/head
Toran Bruce Richards 2023-04-06 11:46:13 +01:00
parent 48451e305a
commit a45ed8c42a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class AIConfig:
self.ai_goals = ai_goals
# Soon this will go in a folder where it remembers more stuff about the run(s)
SAVE_FILE = "last_run_ai_settings.yaml"
SAVE_FILE = "../last_run_ai_settings.yaml"
@classmethod
def load(cls, config_file=SAVE_FILE):