summaryrefslogtreecommitdiff
path: root/dexcom_reader/readdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'dexcom_reader/readdata.py')
-rw-r--r--dexcom_reader/readdata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dexcom_reader/readdata.py b/dexcom_reader/readdata.py
index f398407..b08e5fa 100644
--- a/dexcom_reader/readdata.py
+++ b/dexcom_reader/readdata.py
@@ -235,6 +235,7 @@ class Dexcom(object):
235 'METER_DATA': database_records.MeterRecord, 235 'METER_DATA': database_records.MeterRecord,
236 'INSERTION_TIME': database_records.InsertionRecord, 236 'INSERTION_TIME': database_records.InsertionRecord,
237 'EGV_DATA': database_records.EGVRecord, 237 'EGV_DATA': database_records.EGVRecord,
238 'SENSOR_DATA': database_records.SensorRecord,
238 } 239 }
239 xml_parsed = ['PC_SOFTWARE_PARAMETER', 'MANUFACTURING_DATA'] 240 xml_parsed = ['PC_SOFTWARE_PARAMETER', 'MANUFACTURING_DATA']
240 if record_type in generic_parser_map: 241 if record_type in generic_parser_map: