yes.
This commit is contained in:
parent
6d94312951
commit
a18281bbb9
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -57,7 +57,7 @@ async def main():
|
||||||
thumbnail = await get_track()
|
thumbnail = await get_track()
|
||||||
screen.SetImage(thumbnail.convert('RGB'))
|
screen.SetImage(thumbnail.convert('RGB'))
|
||||||
|
|
||||||
async def test()
|
async def test():
|
||||||
print('text')
|
print('text')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue