Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Added logs when the details of an activity have been downloaded succe…
Browse files Browse the repository at this point in the history
…ssfully (#212)
  • Loading branch information
kevforget authored Oct 14, 2022
1 parent 4428b76 commit ac29fda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tapiriik/sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,8 @@ def Run(self, exhaustive=False, null_next_sync_on_unlock=False, heartbeat_callba

full_activity.Record = activity.Record # Some services don't return the same object, so this gets lost, which is meh, but...

self._global_logger.info(f"[ACTIVITY DOWNLOAD] - Successfully downloaded activity details for hub user id {self.user['_id']} from partner {activity_origin_partner_name} with partner activity id {origin_partner_activity_id}")

successful_destination_service_ids = []

for destinationSvcRecord in eligibleServices:
Expand Down

0 comments on commit ac29fda

Please sign in to comment.