From 4d3178cb261e1163fb24cffae0b1ba4fcccbbbeb Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Mon, 12 Aug 2024 02:40:47 +0430 Subject: [PATCH] doc : engine example updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b411fa..b18a749 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ except NavaBaseError as e: ```python from nava import play, Engine -sound_id = play("alarm.wav", async_mode=True, engine=Engine.AFPLAY) +sound_id = play("alarm.wav", engine=Engine.AFPLAY) ``` ### CLI