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 for unsupported operand type(s) for -: 'datetime.datetime' and 'str' #183

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 23, 2024

  1. Update cache.py

    Updated fetch_date so that it'll be a string
    bjosun authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dae2b9d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Merge pull request #1 from JECSand/master

    merge the latest yahoofinancials
    bjosun authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0422ae4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Update cache.py

    Update of data.fetch_date that can be both a datetime object and a string. Which rendered in a TypeError
    bjosun authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2c58d20 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Update cache.py

    Updated Meborl update in cache.py regarding error:
    unsupported operand type(s) for -: 'datetime.datetime' and 'str'
    bjosun authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d21b5a4 View commit details
    Browse the repository at this point in the history
  2. Update cache.py

    fix for unsupported operand type(s) for -: 'datetime.datetime' and 'str'
    bjosun authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    26d9444 View commit details
    Browse the repository at this point in the history