made it faster
This commit is contained in:
parent
f9f013dffe
commit
de27cf1bab
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue