Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmeli committed Dec 18, 2021
1 parent b83a4f9 commit 2da2615
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 @@ -75,7 +75,7 @@ async with aiohttp.ClientSession() as client:
duke_energy = DukeEnergyClient(email, password, client)
duke_rt = DukeEnergyRealtime(duke_energy)
await duke_rt.select_default_meter()
await duke_rt.connect_and_subscribe()
await duke_rt.connect_and_subscribe_forever()
```

More detailed examples can be found in [examples/example_realtime.py](examples/example_realtime.py) and [examples/example_realtime_kafka.py](examples/example_realtime_kafka.py).
Expand Down Expand Up @@ -123,7 +123,7 @@ tox
To run just the tests:

```bash
tox -e py39
tox -e py310
```

To run just the linting:
Expand Down

0 comments on commit 2da2615

Please sign in to comment.