From a50926b192ac92c67f735f54c916264ef5fba230 Mon Sep 17 00:00:00 2001 From: viveksantayana Date: Mon, 29 Aug 2022 19:41:32 +0100 Subject: [PATCH] Typo --- server/CLIent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/CLIent.py b/server/CLIent.py index b500ae6..3d4f8da 100644 --- a/server/CLIent.py +++ b/server/CLIent.py @@ -117,7 +117,7 @@ def render_results(results:dict): print(f'\n**The {name[0].upper()}{name[1:]}**\n(pp.{data["pages"]})\n') print(sanitise_text(data['flavour']),'\n') print(sanitise_text(data['blurb']),'\n') - print('You are alive.\nYour care is ',sanitise_text(data['care']),'.\n') + print('You are alive. Your care is ',sanitise_text(data['care']),'.\n') print('Your animal form is ', animals, '\n') print('You can always:') for action in data['actions']: