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

Commits on Aug 19, 2024

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

    * 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>
    danielbrunt57 and pre-commit-ci[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    36d36b6 View commit details
    Browse the repository at this point in the history