diff options
Diffstat (limited to 'datamaps/api/api.py')
-rw-r--r-- | datamaps/api/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datamaps/api/api.py b/datamaps/api/api.py index c9f9a64..6fcf4cf 100644 --- a/datamaps/api/api.py +++ b/datamaps/api/api.py @@ -35,5 +35,5 @@ def project_data_from_master_month_api(master_file: str, month: int, year: int): else: pass # TODO: raise exception here - m = Master(Quarter(quarter, year), master_file) + m = Master(Quarter(quarter, year), master_file, month) return m |