Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97cf9bb

Browse files
committedMay 28, 2024·
misc: Fix README.md typo.
Signed-off-by: iabdalkader <[email protected]>
1 parent 512c150 commit 97cf9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ DEVICE_ID = "" # Provided by Arduino cloud when creating a device.
4141
SECRET_KEY = "" # Provided by Arduino cloud when creating a device.
4242
```
4343

44-
Note that by default, the client runs in asynchronous mode. In this mode, the client takes runs an asyncio loop that updates tasks and records, polls networking events, etc. The client also supports a synchronous mode, which requires periodic client polling. To run the client in synchronous mode, pass `sync_mode=True` when creating a client object and call `client.update()` periodically after connecting. For example:
44+
Note that by default, the client runs in asynchronous mode. In this mode, the client runs an asyncio loop that updates tasks and records, polls networking events, etc. The client also supports a synchronous mode, which requires periodic client polling. To run the client in synchronous mode, pass `sync_mode=True` when creating a client object and call `client.update()` periodically after connecting. For example:
4545

4646
```Python
4747
# Run the client in synchronous mode.

0 commit comments

Comments
 (0)
Please sign in to comment.