gams / openkongqi

Outdoor air quality data
Apache License 2.0
3 stars 6 forks source link

source/base.py pythonify missing else #42

Closed PeterRistCMS closed 7 years ago

PeterRistCMS commented 7 years ago

In the source/base.py pythonify method, there is a check, if self.null_re is None. If it is None, then nothing is getting returned, which results in an empty list and also nothing is populated (redis and influxdb), because of the missing data.