Skip to content

Commit

Permalink
Fixed login via browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimaHoarder committed May 4, 2021
1 parent cfcf04b commit 47d435b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions extras/OFLogin/start_ofl.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def monitor_cookies(web_browser):
return cookies


def login(api, domain, proxy=None):
auth_details = api.auth.auth_details
def login(authed, domain, proxy=None):
auth_details = authed.auth_details
email = auth_details.email
password = auth_details.password
web_browser = None
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ python-dateutil
lxml
mergedeep
jsonpickle
numpy==1.19.3
ujson
sqlalchemy==1.3.23
alembic
Expand Down

0 comments on commit 47d435b

Please sign in to comment.