Closed Lucvolders closed 3 years ago
Hi I just stumbled upon an error in the scroll function. The library says on line 209 ms-sleep but that is nor defined. It should be time.sleep(delay)
Next the amount shoulod be a fraction of 1 for example .2 for 200 ms
Luc
Yes, thanks. I missed this when I ported the library (and I haven't used this function myself).
Fixed with b80cbb14690d49e40c2ebf8ca76f841452021da0
Hi I just stumbled upon an error in the scroll function. The library says on line 209 ms-sleep but that is nor defined. It should be time.sleep(delay)
Next the amount shoulod be a fraction of 1 for example .2 for 200 ms
Luc