master
Lukas Schulz 2020-12-19 23:35:30 +01:00
parent b18dc59f87
commit b3ac0788df
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def get_track():
#image.save("thumbnail.jpg","JPEG")
print('set image')
image = Image.new('RGB', (32, 32), color = 'red')
screen.SetImage(image.convert('RGB'))
self.screen.SetImage(image.convert('RGB'))
print('image set')
#if token: