revising login simulation -- committing for sandbox testing

This commit is contained in:
CocoByte 2023-10-24 10:16:14 -06:00
parent cb3cfe3a6d
commit 852f22a57a
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
3 changed files with 35 additions and 15 deletions

View file

@ -49,7 +49,7 @@ class TerminalHelper:
else:
logger.info("Please respond with 'yes' or 'no' " "(or 'y' or 'n').\n")
def print_debug(print_condition: bool, print_statement: str):
def print_conditional(print_condition: bool, print_statement: str):
"""This function reduces complexity of debug statements
in other functions.
It uses the logger to write the given print_statement to the