yes.
This commit is contained in:
parent
d9ed018a84
commit
41fed62cfe
1 changed files with 7 additions and 3 deletions
6
main.py
6
main.py
|
@ -53,6 +53,10 @@ async def get_track():
|
|||
# #image.save("thumbnail.jpg","JPEG")
|
||||
#else:
|
||||
print("Can't get token for", username)
|
||||
while(True):
|
||||
def main():
|
||||
screen.SetImage(await get_track().convert('RGB'))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
print("Text")
|
||||
|
|
Loading…
Reference in a new issue