master
Lukas Schulz 2020-12-19 22:29:02 +01:00
parent d9ed018a84
commit 41fed62cfe
1 changed files with 7 additions and 3 deletions

10
main.py
View File

@ -53,6 +53,10 @@ async def get_track():
# #image.save("thumbnail.jpg","JPEG")
#else:
print("Can't get token for", username)
while(True):
screen.SetImage(await get_track().convert('RGB'))
print("Text")
def main():
screen.SetImage(await get_track().convert('RGB'))
if __name__ == "__main__":
main()
print("Text")