From 9355cdddcf588ec7c6c66ba0322ae56be7c100b4 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Wed, 17 Jan 2024 01:31:57 +0330 Subject: [PATCH] doc : README.md async section updated --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0049fa4..75d0beb 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,8 @@ play("alarm.wav") ### Async mode +⚠️ The `async_mode` parameter has a default value of `False` + ```python import time from nava import play, stop