Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz authored May 31, 2023
1 parent 9d570e0 commit 1b1debc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main():
sendText = Service.whatsapp(json.dumps({
"action": "sendText",
"credentials": {
"SecretKey": "SEU_SECRET_KEY"
"SecretKey": "SEU_SECRET_KEY",
"PublicToken": "SEU_PUBLIC_TOKEN",
"DeviceToken": "SEU_DEVICE_TOKEN",
"BearerToken": "SEU_BEARER_TOKEN",
Expand All @@ -64,4 +64,4 @@ def main():

if __name__ == "__main__":
main()
```
```

0 comments on commit 1b1debc

Please sign in to comment.