Skip to content

Commit

Permalink
Update authentication.py
Browse files Browse the repository at this point in the history
  • Loading branch information
4rumprom authored Mar 6, 2024
1 parent edcab86 commit 245d8ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions schwab_api/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@

class SessionManager:
def __init__(self) -> None:
""" This class can be used in synchonous or asynchonous mode. Some cloud services may require to use Playwright in asynchonous mode.
:type async: boolean
:param async: authentification in synchonous or asynchonous mode.
"""
This class is using asynchonous playwright mode.
"""
self.headers = None
self.session = requests.Session()
Expand Down

0 comments on commit 245d8ce

Please sign in to comment.