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