Skip to content

Commit

Permalink
print faster
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyodinsky committed Dec 26, 2023
1 parent c1b5003 commit 7f2e2bc
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.004

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

0 comments on commit 7f2e2bc

Please sign in to comment.