Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 'AlexaLogin' object has no attribute 'delete_cookiefile' (#2471) #2472

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

alandtse
Copy link
Owner

  • Update init.py

Added if callable(getattr(os,'delete_cookiefile', None)): for compatibility with alexapy<=1.28.2

  • Update init.py

Class was wrong
Needs to be AlexaLogin,'delete_cookiefile'

  • style: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci


* Update __init__.py

Added `if callable(getattr(os,'delete_cookiefile', None)):`
for compatibility with alexapy<=1.28.2

* Update __init__.py

Class was wrong
Needs to be `AlexaLogin,'delete_cookiefile'`

* style: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@alandtse alandtse merged commit 8de4959 into master Aug 19, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants