Skip to content

Commit

Permalink
log found ProcessDeviceStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Jan 3, 2025
1 parent ea84b0b commit 934d90e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tconnectsync/sync/tandemsource/process_device_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def process(self, events, time_start, time_end):
logger.info("ProcessDeviceStatus: No last_daily_basal_event found for add (time range: %s - %s)" % (time_start, time_end))
return []

logger.info("ProcessDeviceStatus: last_daily_basal_event=%s" % (last_daily_basal_event))

ns_entries = []
ns_entries.append(self.daily_basal_to_nsentry(last_daily_basal_event))
Expand Down

0 comments on commit 934d90e

Please sign in to comment.