yes.
This commit is contained in:
parent
41fed62cfe
commit
c30bc7efcd
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -54,7 +54,8 @@ async def get_track():
|
|||
#else:
|
||||
print("Can't get token for", username)
|
||||
def main():
|
||||
screen.SetImage(await get_track().convert('RGB'))
|
||||
thumbnail = get_track()
|
||||
screen.SetImage(thumbnail.convert('RGB'))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue