made it faster

This commit is contained in:
lod 2015-12-29 18:09:34 +01:00
parent f9f013dffe
commit de27cf1bab
1 changed files with 1 additions and 1 deletions

View File

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