Skip to content

Commit 1963adc

Browse files
committed
Update notion.py
1 parent 0a49d1f commit 1963adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arguments/notion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_token_from_file():
2626
return data
2727

2828
def get_cookies_from_login():
29-
"""Capture browser cookies for authentication"""
29+
"""Capture browser cookies for authentication."""
3030
driver = get_browser_driver()
3131
try:
3232
driver.get(LOGIN_PATH)

0 commit comments

Comments
 (0)