Skip to content

Commit

Permalink
Faster typewrite for bot
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 5, 2024
1 parent 5bb8d6f commit 0edaede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy_boto3_builder/chat_buddy.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _typewrite(message: str) -> None:
break

sys.stdout.write(f"{word} ")
time.sleep(0.03)
time.sleep(0.02)
sys.stdout.flush()


Expand Down

0 comments on commit 0edaede

Please sign in to comment.