musicfox / pycmc

A Python interface for the chartmetric.com API
MIT License
21 stars 2 forks source link

Feature/fix start date regression #21

Closed thinkjrs closed 4 years ago

thinkjrs commented 4 years ago

This provides a patch for the incorrect start_date being returned for fanmetric calls with end_date= 'today', or when not provided.

In particular, we have added a test to specifically test for start dates:

image

This is/will have to be passing for a merge + fix.