Revised Period in the Mia core application.

This commit is contained in:
依瑪貓 2020-07-14 22:15:04 +08:00
parent 94884e72b8
commit c65d778a1b

View File

@ -78,9 +78,9 @@ class Period:
month_picker_params (str): The month-picker parameters, as a month_picker_params (str): The month-picker parameters, as a
JSON text string JSON text string
""" """
_period = None
_data_start = None _data_start = None
_data_end = None _data_end = None
_period = None
def __init__( def __init__(
self, spec = None, data_start = None, data_end = None): self, spec = None, data_start = None, data_end = None):