From 3b541f92f9f1a3c5454276e9eeca546519e5b5fc Mon Sep 17 00:00:00 2001 From: Arcmyx Official Date: Fri, 10 Apr 2026 16:29:41 +0000 Subject: [PATCH] Update tests/pynamics-ansi.py --- tests/pynamics-ansi.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/pynamics-ansi.py b/tests/pynamics-ansi.py index bf36746..f5f7aa2 100644 --- a/tests/pynamics-ansi.py +++ b/tests/pynamics-ansi.py @@ -13,10 +13,10 @@ lvldict = { } def sendCommand(eventnum, level, msg): print(f"\x1b[?PYN;{eventnum.str()};{lvldict[level]};{msg}~") -sendCommand(0, 0, "UNRECOVERABLE MICROPYTHON ERROR!!!!! EXITING PROGRAM VERY MUCH UNGRACEFULLY") -sendCommand(0, 1, "hey you should probably know that your RAM is corrupted and you cant buy more because of the shortage") -sendCommand(0, 2, "so the program is running but everything deleted so its kinda frying ur motors") -sendCommand(0, 3, "syntax error you failure. use a linter") +sendCommand(0, 0, "hey you should probably know that your RAM is corrupted and you cant buy more because of the shortage. byeeeee") +sendCommand(0, 1, "UNRECOVERABLE PYTHON ERROR!!!!! Exiting gracefully... JUST KIDDING WHAT DID YOU THINK IT WAS GONNA DO") +sendCommand(0, 2, "so the program is running but it just started looping on the motor frying bit of your program.") +sendCommand(0, 3, "syntax error, you failure!!!! use an error checker") sendCommand(0, 4, "wanted to just say that your motor is kinda being slow") sendCommand(0, 5, "so your motor is like 1% slower than it should be but really no one cares") sendCommand(0, 6, "hey everything in the program is going well just in case nothing in your life is")