Andrew Washington
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: #...
Any tips on speeding it up?
Figured it out. I didn't see the _pause argument. Setting it to False removes the lag.
Glad to help!