diff options
Diffstat (limited to 'python/report_ops/cash.py')
| -rw-r--r-- | python/report_ops/cash.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/report_ops/cash.py b/python/report_ops/cash.py index 41a4dd61..b1823465 100644 --- a/python/report_ops/cash.py +++ b/python/report_ops/cash.py @@ -38,7 +38,6 @@ class CashReport: return cls._registry[key] def get_cash_report(self, report_prefix): - self.download_reports(self.date) report_dir = get_dir(self.date) report_dir.mkdir(exist_ok=True, parents=True) p = max( |
