Open s2t2 opened 2 months ago
Updates ChartEntry to allow it to be converted to a dictionary.
Example:
chart = ChartData('hot-100', date="2024-07-30") entry = chart.entries[0] dict(entry)
Updates ChartEntry to allow it to be converted to a dictionary.
Example: