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