When calling the pywearable.get_sleep_summary_graph function, if sleep data are missing from one of the days between start_date and end_date, but excluding start_date and end_date, then an empty entry is added. We need to have the same behavior also if sleep data of start_date or end_date is missing.
When calling the
pywearable.get_sleep_summary_graph
function, if sleep data are missing from one of the days betweenstart_date
andend_date
, but excludingstart_date
andend_date
, then an empty entry is added. We need to have the same behavior also if sleep data ofstart_date
orend_date
is missing.