From 04df87f054db3843b473e8cec7598a66e91e2fec Mon Sep 17 00:00:00 2001 From: Zed Date: Thu, 2 Mar 2023 17:58:10 -0600 Subject: [PATCH] Fix white space --- game/process_guess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/process_guess.py b/game/process_guess.py index e703690..e5325a1 100644 --- a/game/process_guess.py +++ b/game/process_guess.py @@ -102,7 +102,7 @@ class ProcessGuess: self.game_manager.logger.debug("> get_difference_score") self.game_manager.logger.debug(self.difference) - + if self.difference == 0: self.difference_score = 15 self.game_manager.logger.debug("0 Diff")