Skip to content

Commit

Permalink
Comment IGNORE_BEFORE_SAVING
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoxinL committed Jun 24, 2024
1 parent dc62c2c commit 7398efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_page/generator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def sync(self, force):
for activity in self.client.get_activities(**filters):
if self.only_run and activity.type != "Run":
continue
if IGNORE_BEFORE_SAVING:
activity.summary_polyline = filter_out(activity.summary_polyline)
# if IGNORE_BEFORE_SAVING:
# activity.summary_polyline = filter_out(activity.summary_polyline)
created = update_or_create_activity(self.session, activity)
if created:
sys.stdout.write("+")
Expand Down

0 comments on commit 7398efc

Please sign in to comment.