yes.
This commit is contained in:
parent
f7ae66ed2a
commit
6d94312951
1 changed files with 4 additions and 1 deletions
5
main.py
5
main.py
|
@ -57,7 +57,10 @@ async def main():
|
|||
thumbnail = await get_track()
|
||||
screen.SetImage(thumbnail.convert('RGB'))
|
||||
|
||||
async def test()
|
||||
print('text')
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
asyncio.run(main())
|
||||
print("Text")
|
||||
asyncio.run(test())
|
||||
|
|
Loading…
Reference in a new issue