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