made it faster

This commit is contained in:
lod 2015-12-29 18:09:34 +01:00
parent f9f013dffe
commit de27cf1bab

View file

@ -18,7 +18,7 @@ try:
stdout.write(choice(colors)) stdout.write(choice(colors))
stdout.write('%X' % randint(0,15)) stdout.write('%X' % randint(0,15))
stdout.flush() stdout.flush()
sleep(0.005) sleep(0.001)
except KeyboardInterrupt: except KeyboardInterrupt:
stdout.write(RESET+"\n") stdout.write(RESET+"\n")
stdout.flush() stdout.flush()