Skip to content

Commit d56a9e3

Browse files
committed
Tweak docs
1 parent e1ff457 commit d56a9e3

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
@@ -16,7 +16,7 @@ import gkeepapi
1616
master_token = '...'
1717

1818
keep = gkeepapi.Keep()
19-
success = keep.authenticate('user@gmail.com', 'master_token')
19+
success = keep.authenticate('user@gmail.com', master_token)
2020

2121
note = keep.createNote('Todo', 'Eat breakfast')
2222
note.pinned = True

0 commit comments

Comments
 (0)