Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc013c9

Browse files
minor typo fix
1 parent 06e7b5f commit dc013c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ email = "[email protected]"
193193
token = "yIaddmF42rzKsswf1T7NFNCh9ayg2QQECHRRnbmQfPSdfdaTnw4oWQXmRtv6YoO6oFyfgqq"
194194

195195
# Auth as Service User
196-
anon = mySystem.ServiceUser(email, token)
196+
service_user = mySystem.ServiceUser(email, token)
197197
```
198198
---
199199
### Devices

0 commit comments

Comments
 (0)