diff --git a/main.py b/main.py index da0bda4..06649cf 100644 --- a/main.py +++ b/main.py @@ -60,7 +60,7 @@ def get_track(): for x in range(31): for y in range(31): r, g, b = image.getpixel((x, y)) - screen.setPixel(x+offset_x,y+offset_y,r,g,b) + screen.SetPixel(x+offset_x,y+offset_y,r,g,b) print('image set') #if token: