Skip to content

Commit

Permalink
Update cgm_gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafficCop authored Dec 18, 2023
1 parent c1539bd commit 661eba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wearipedia/devices/nutrisense/cgm_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def gen_continuous(start_date, end_date):
item = {
"x": dToStr(x),
"y": y,
"interpolated": True,
"interpolated": False,
"__typename": "TimePair",
}
continuous.append(item)
Expand Down

0 comments on commit 661eba1

Please sign in to comment.