keyreel

Results 2 issues of keyreel

Hello, chart = billboard.ChartData(chart_name) returns empty chart.

The code: ``` import billboard name = 'radio-songs' chart = billboard.ChartData(name, date=None, year=None, fetch=True, timeout=25) print(chart.title) ``` raise ``` Traceback (most recent call last): File "test2.py", line 4, in chart...