Skip to content

Commit e4efb5f

Browse files
authored
Update notion.py
1 parent eb89770 commit e4efb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arguments/notion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_token_from_file():
2626

2727
def get_cookies_from_login():
2828

29-
"""
29+
"""Capture browser cookies for authentication
3030
3131
Provides the user browser window to login to Notion
3232
Returns the user's cookies which can be used to
@@ -85,4 +85,4 @@ def get_tokenv2_cookie(self):
8585
self.save_token_file()
8686
else:
8787
raise RuntimeError("Cookie unreachable")
88-
return self.get_tokenv2_cookie
88+
return self.get_tokenv2_cookie

0 commit comments

Comments
 (0)