We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ff457 commit d56a9e3Copy full SHA for d56a9e3
README.md
@@ -16,7 +16,7 @@ import gkeepapi
16
master_token = '...'
17
18
keep = gkeepapi.Keep()
19
-success = keep.authenticate('user@gmail.com', 'master_token')
+success = keep.authenticate('user@gmail.com', master_token)
20
21
note = keep.createNote('Todo', 'Eat breakfast')
22
note.pinned = True
0 commit comments