yes.
This commit is contained in:
parent
f4a6889dd8
commit
6104c066cf
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -42,5 +42,5 @@ if token:
|
||||||
#image.save("thumbnail.jpg","JPEG")
|
#image.save("thumbnail.jpg","JPEG")
|
||||||
else:
|
else:
|
||||||
print("Can't get token for", username)
|
print("Can't get token for", username)
|
||||||
|
while(True):
|
||||||
screen.SetImage(image.convert('RGB'))
|
screen.SetImage(image.convert('RGB'))
|
||||||
|
|
Loading…
Reference in a new issue