Skip to content

Commit 4af249b

Browse files
committed
docs: update sample usage
1 parent 11cb6a7 commit 4af249b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Example Usage
215215
async def main() -> None:
216216
async with aiohttp.ClientSession() as client:
217217
# You can authenticate with username/password
218-
cloud_api = DeyeCloudApi(client, "18976602834", "jsq2627_tf2")
218+
cloud_api = DeyeCloudApi(client, "<phone_number>", "<password>")
219219
await cloud_api.authenticate()
220220
221221
# Get the list of devices

0 commit comments

Comments
 (0)