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")