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 eb89770 commit e4efb5fCopy full SHA for e4efb5f
src/arguments/notion.py
@@ -26,7 +26,7 @@ def get_token_from_file():
26
27
def get_cookies_from_login():
28
29
- """
+ """Capture browser cookies for authentication
30
31
Provides the user browser window to login to Notion
32
Returns the user's cookies which can be used to
@@ -85,4 +85,4 @@ def get_tokenv2_cookie(self):
85
self.save_token_file()
86
else:
87
raise RuntimeError("Cookie unreachable")
88
- return self.get_tokenv2_cookie
+ return self.get_tokenv2_cookie
0 commit comments