Skip to content

Commit 608bb44

Browse files
authored
Update README.md
1 parent 98690b7 commit 608bb44

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ Download to a location of your choice and do the following.
2424
from toggl.api_client import TogglClientApi
2525

2626
settings = {
27-
'token': 'xxx',
28-
'user_agent': 'your app name'
27+
'token': 'token',
28+
'user_agent': 'agent',
29+
'workspace_id': '####',
30+
'username': 'email',
2931
}
30-
toggle_client = TogglClientApi(settings)
32+
toggl_client = TogglClientApi(settings)
3133

32-
response = toggle_client.get_workspaces()
34+
response = toggl_client.get_workspaces()
3335

3436
```
3537

0 commit comments

Comments
 (0)