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()