diff --git a/bittensor/utils/btlogging/format.py b/bittensor/utils/btlogging/format.py index 1aa505c82..fc196cda6 100644 --- a/bittensor/utils/btlogging/format.py +++ b/bittensor/utils/btlogging/format.py @@ -26,7 +26,7 @@ from typing import Optional from colorama import init, Fore, Back, Style -init(autoreset=True) +init(wrap=False) TRACE_LEVEL_NUM: int = 5 SUCCESS_LEVEL_NUM: int = 21