Colours goal print.

This commit is contained in:
Torantulino
2023-03-30 12:43:26 +01:00
parent ef60a3127e
commit d78613e558

View File

@@ -85,7 +85,7 @@ def construct_prompt():
print("Enter nothing to load defaults, enter nothing when finished.", flush=True)
ai_goals = []
for i in range(5):
ai_goal = input(f"Goal {i+1}: ")
ai_goal = input(f"{Fore.LIGHTBLUE_EX}Goal{Style.RESET_ALL} {i+1}: ")
if ai_goal == "":
break
ai_goals.append(ai_goal)