Skip to content

Commit fc3cff4

Browse files
committed
Rebased with upstream
2 parents 7ba0cc4 + fe47cb2 commit fc3cff4

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
@@ -28,7 +28,6 @@ def get_token_from_file():
2828
return data
2929

3030
def get_cookies_from_login():
31-
3231
"""Capture browser cookies for authentication
3332
3433
Provides the user browser window to login to Notion
@@ -48,6 +47,7 @@ def get_cookies_from_login():
4847
driver.quit()
4948

5049
class NotionClient():
50+
5151
"""
5252
5353
Implements Login and token retrieval
@@ -89,4 +89,4 @@ def get_tokenv2_cookie(self):
8989
self.save_token_file()
9090
else:
9191
LoginError("Login Failed", success=False)
92-
return self.get_tokenv2_cookie
92+
return self.get_tokenv2_cookie

0 commit comments

Comments
 (0)