Results 4 comments of Andrew Washington

I'm using this for a bot and it takes nearly half a second for this snippet to run: ``` keys = ['w', 'a', 's', 'd'] if prediction == 0: #...

Figured it out. I didn't see the _pause argument. Setting it to False removes the lag.