diff --git a/utils.py b/utils.py index 483ff48..61adde8 100644 --- a/utils.py +++ b/utils.py @@ -93,7 +93,7 @@ def __init__(self): if self._buffer is None: raise SystemError( - f"Somehow, we've lost the 'buffer' logger, meaning nothing will be printed. Exiting now." + "Somehow, we've lost the 'buffer' logger, meaning nothing will be printed. Exiting now." ) def get_loggers(self):