From f7d1c5b8a297cc577eca7fb351503fd258b84070 Mon Sep 17 00:00:00 2001 From: "ACCOUNT-01\\d650261" Date: Fri, 30 Aug 2024 17:55:08 +1000 Subject: [PATCH] udpate readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e4c2756..f1678ca 100644 --- a/README.md +++ b/README.md @@ -527,10 +527,9 @@ For example: # Get all messages from telstra.messaging import message - -reply =message.get_all(limit=5,offset=0,filter="Python,SDK", - status="undeliverable",startTime="2024-08-01T17:39:36.113Z",endTime="2024-08-18T17:39:36.113Z", - reverse = True, direction="outgoing") +reply = message.get_all(limit=5,offset=0,filter="Python,SDK", + status="undeliverable",startTime="2024-08-01T17:39:36.113Z", + endTime="2024-08-18T17:39:36.113Z",reverse = True, direction="outgoing") print(reply) ```