mirror of
https://github.com/rany2/edge-tts
synced 2024-11-21 09:19:59 +00:00
Fix minor typo in examples/sync_audio_stream_in_async_context.py
This typo does not cause any errors but it is better to fix it. Signed-off-by: rany2 <rany2@riseup.net>
This commit is contained in:
parent
211e283d5b
commit
8d12741673
@ -26,7 +26,7 @@ def main() -> None:
|
||||
|
||||
|
||||
async def amain() -> None:
|
||||
""" "
|
||||
"""
|
||||
Async main function to call sync main function
|
||||
|
||||
This demonstrates that this works even when called from an async function.
|
||||
|
Loading…
Reference in New Issue
Block a user