Nem4 / viewerbot

Twitch Viewer Bot (Python + proxies)
308 stars 134 forks source link

FIxed out of range #48

Closed Filipponik closed 6 months ago

Filipponik commented 3 years ago

Fix for https://github.com/Agantor/viewerbot/issues/46 (out of range)

LINE 103: random.randint(0, 2) returns from 0 to 2 INCLUDED (so we should not use len() as index (sorry for my eng))