-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels