datapoint-python
datapoint-python copied to clipboard
Refactor Manager.py to use get
For example:-
for day in data['SiteRep']['DV'].get('Location',{}).get('Period',{}):
To cope with missing data items