fix process_user_mode again

This commit is contained in:
James Woglom
2024-10-02 23:07:34 -04:00
parent 0609a46ed2
commit d57b3872f1
@@ -204,7 +204,7 @@ class ProcessUserMode:
reason=reason + " - " + NOT_ENDED,
duration=duration_mins,
event_type=EXERCISE_EVENTTYPE,
pump_event_id = "%s,%s" % (start.eventId, stop.eventId)
pump_event_id = "%s" % start.eventId
)
def process_unended_sleep_stop(self, event, sleep_last_upload):