master
Lukas Schulz 2020-12-19 23:44:21 +01:00
parent 3093102ba7
commit 47c87cd955
1 changed files with 1 additions and 1 deletions

View File

@ -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: