Skip to content

Previous date field is not filled #91

@LithosphereRocketry

Description

@LithosphereRocketry

I'm trying to retrieve chart data for consecutive weeks, and I have some basic test code that looks like this:

import billboard

chart = billboard.ChartData('hot-100', date='2019-11-09')

print(chart)
print(chart.previousDate)

The correct chart is retrieved, but the previousDate field is always None. This is true whether I query for a specific date or leave it as the default latest chart.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions