Revised the parameters of Period.

This commit is contained in:
2020-07-14 07:43:47 +08:00
parent ea354ae101
commit 069cd9ca74
3 changed files with 11 additions and 10 deletions

View File

@ -34,7 +34,7 @@ class ReportUrl:
if "period" in kwargs:
self._period = kwargs["period"]
else:
self._period = Period(None, None, None, None)
self._period = Period()
if "cash" in kwargs:
self._cash_subject = kwargs["cash"]
else: