yes.
This commit is contained in:
parent
3093102ba7
commit
47c87cd955
1 changed files with 1 additions and 1 deletions
2
main.py
2
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:
|
||||
|
|
Loading…
Reference in a new issue