From a1ad3c0c728891a54f5df39e55091276564ceaa0 Mon Sep 17 00:00:00 2001 From: "adam.promo@gmail.com" <27074934+adamyodinsky@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:53:14 +0700 Subject: [PATCH] printing faster --- terminalgpt/printer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminalgpt/printer.py b/terminalgpt/printer.py index 30ac8ed..73ca7e2 100644 --- a/terminalgpt/printer.py +++ b/terminalgpt/printer.py @@ -13,7 +13,7 @@ class Printer(ABC): - PRINT_DELAY = 0.006 + PRINT_DELAY = 0.002 @abstractmethod def printt(self, text: str = ""):