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 c6c2dcb commit ad2b229Copy full SHA for ad2b229
src/arguments/error.py
@@ -21,8 +21,7 @@ def evoke_search_error(self, error_statement):
21
22
class LoginError():
23
def __init__(self, error_statement, success=False):
24
- """
25
- Implements error printing for User Login
+ """Implements error printing for User Login
26
27
:error_statement: Error statement to print
28
:success: Indicates success of login attempt
src/arguments/notion.py
@@ -26,6 +26,7 @@ def get_token_from_file():
return data
def get_cookies_from_login():
29
+
30
"""
31
Capture browser cookies for authentication
32
0 commit comments