Skip to content

Commit

Permalink
printing faster
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyodinsky committed Aug 25, 2024
1 parent e33e7a7 commit a1ad3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminalgpt/printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class Printer(ABC):
PRINT_DELAY = 0.006
PRINT_DELAY = 0.002

@abstractmethod
def printt(self, text: str = ""):
Expand Down

0 comments on commit a1ad3c0

Please sign in to comment.