Skip to content

Commit d85e67c

Browse files
authored
Merge pull request #30 from ebourne/master
Update README.md
2 parents 79abca5 + d44f053 commit d85e67c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This example will create a connection to the API and return all devices that hav
3333
```
3434
from cyapi.cyapi import CyAPI
3535
from pprint import pprint
36-
API = CyAPI(tid=your_id, aid=your_aid, ase=your_ase)
36+
API = CyAPI(tid=your_id, app_id=your_app_id, app_secret=your_app_secret)
3737
API.create_conn()
3838
devices = API.get_devices()
3939
print("Successful: {}".format(devices.is_success))

0 commit comments

Comments
 (0)