Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiz committed Apr 13, 2024
1 parent e1ff457 commit d56a9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import gkeepapi
master_token = '...'

keep = gkeepapi.Keep()
success = keep.authenticate('[email protected]', 'master_token')
success = keep.authenticate('[email protected]', master_token)

note = keep.createNote('Todo', 'Eat breakfast')
note.pinned = True
Expand Down

0 comments on commit d56a9e3

Please sign in to comment.