From 154fe0994af24ec2079b462b14ccf43354e76651 Mon Sep 17 00:00:00 2001 From: Shinris3n <62567178+shinris3n@users.noreply.github.com> Date: Thu, 19 May 2022 21:48:49 -0400 Subject: [PATCH] Update MatrixHasYou.py Line 117, "clearTrm()" was written as "ClearTrm()" --- MatrixHasYou.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatrixHasYou.py b/MatrixHasYou.py index deb4828..306322e 100644 --- a/MatrixHasYou.py +++ b/MatrixHasYou.py @@ -114,4 +114,4 @@ def liveType (text='liveType demo text', delay=0.02, remain=3): clearTrm() exit() print(CURSORON + END) # Unhide cursor and set all text formating back to system default. - ClearTrm() + clearTrm()