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 0a49d1f commit 1963adcCopy full SHA for 1963adc
src/arguments/notion.py
@@ -26,7 +26,7 @@ def get_token_from_file():
26
return data
27
28
def get_cookies_from_login():
29
- """Capture browser cookies for authentication"""
+ """Capture browser cookies for authentication."""
30
driver = get_browser_driver()
31
try:
32
driver.get(LOGIN_PATH)
0 commit comments