diff --git a/tft.py b/tft.py index 45c0464..49db9d7 100644 --- a/tft.py +++ b/tft.py @@ -920,7 +920,7 @@ def main(): logger.info("===== TFT Bot Started =====") logger.info(f"Bot will only display messages at severity level {log_level}.") logger.info(f"Bot will {'' if config.forfeit_early() else 'NOT '}surrender early.") - logger.info(f"Bot will {'' if config.get_deceive_config() else 'NOT '}use Deceive" + f" with location: {config.get_install_location_deceive()}" if config.get_deceive_config() else "") + logger.info(f"Bot will {'' if config.get_deceive_config() else 'NOT '}use Deceive" + (f" with location: {config.get_install_location_deceive()}." if config.get_deceive_config() else ".")) absolute_storage_path = os.path.abspath(storage_path) if not os.access(absolute_storage_path, os.W_OK):