Skip to content

Commit

Permalink
initialize session (OpenBB-finance#4360)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoaquim authored Mar 1, 2023
1 parent 437607c commit 794e12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openbb_terminal/session/sdk_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def login(
>>> from openbb_terminal.sdk import openbb
>>> openbb.login(email="your_email", password="your_password")
"""
session = {}
if not (email or token):
session = Local.get_session()

Expand Down

0 comments on commit 794e12b

Please sign in to comment.