From 5e6a2e135e323d1b7dfee2df569005930e9c764a Mon Sep 17 00:00:00 2001 From: David Aronchick Date: Fri, 29 May 2020 19:55:20 +0000 Subject: [PATCH] Fixing utils string --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):