Skip to content

Commit 6798846

Browse files
authored
fix arguments not match error (yihong0618#758)
1 parent a869384 commit 6798846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_page/joyrun_sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def parse_raw_data_to_nametuple(self, run_data, old_gpx_ids, with_gpx=False):
324324
}
325325
return namedtuple("x", d.keys())(*d.values())
326326

327-
def get_all_joyrun_tracks(self, old_tracks_ids, with_gpx=False):
327+
def get_all_joyrun_tracks(self, old_tracks_ids, with_gpx=False, threshold=10):
328328
run_ids = self.get_runs_records_ids()
329329
old_tracks_ids = [int(i) for i in old_tracks_ids if i.isdigit()]
330330

0 commit comments

Comments
 (0)