Closed Filipponik closed 6 months 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))
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))