Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt authored Jan 5, 2025
1 parent 65585cb commit b083584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kadoa_props = {
"team_api_key": os.getenv("KADOA_TEAM_API_KEY")
}
kadoa_client = Kadoa(**kadoa_props)
kadoa_client.listen(process_event)
kadoa_client.realtime.listen(process_event)
```

installe
Expand Down

0 comments on commit b083584

Please sign in to comment.