From de27cf1bab59e024d545d78ad4a4bc486be3e11d Mon Sep 17 00:00:00 2001 From: lod Date: Tue, 29 Dec 2015 18:09:34 +0100 Subject: [PATCH] made it faster --- redcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redcode.py b/redcode.py index 503c7c3..9553906 100755 --- a/redcode.py +++ b/redcode.py @@ -18,7 +18,7 @@ try: stdout.write(choice(colors)) stdout.write('%X' % randint(0,15)) stdout.flush() - sleep(0.005) + sleep(0.001) except KeyboardInterrupt: stdout.write(RESET+"\n") stdout.flush()