We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b777d commit 787547cCopy full SHA for 787547c
src/main.py
@@ -958,7 +958,7 @@ def print_banner(self) -> None:
958
f"\033[92m[INFO]:\033[97m Blacklist contains {len(self.blacklist_manager.blocked)} domains"
959
)
960
self.logger.info(
961
- f"\033[92m[INFO]:\033[97m Path to blacklist: '{self.config.blacklist_file}'"
+ f"\033[92m[INFO]:\033[97m Path to blacklist: '{os.path.normpath(self.config.blacklist_file)}'"
962
963
964
self.logger.info("")
0 commit comments