fix: fixes typo in multimedia example
This commit is contained in:
parent
981f35c1e0
commit
08c22a542a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,6 +51,6 @@ if __name__ == "__main__":
|
||||||
loop = asyncio.new_event_loop()
|
loop = asyncio.new_event_loop()
|
||||||
asyncio.set_event_loop(loop)
|
asyncio.set_event_loop(loop)
|
||||||
try:
|
try:
|
||||||
loop.run_until_complete(main)
|
loop.run_until_complete(main())
|
||||||
finally:
|
finally:
|
||||||
loop.run_until_complete(loop.shutdown_asyncgens())
|
loop.run_until_complete(loop.shutdown_asyncgens())
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue