This commit is contained in:
Firepup Sixfifty 2024-04-27 16:31:26 -05:00
parent 64ddd9075c
commit d8fe0b6f50
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -30,7 +30,7 @@ _queueRunning = False
def slowWrite(window, text, pause = LETTER_PAUSE, fake_user = False):
"""
wrapper for curses.addstr() which writes the text slowely
wrapper for curses.addstr() which writes the text slowly
"""
if not fake_user:
addSound("beep")