ben-29 / workouts_page

Make your own workouts page
https://w.ben29.xyz
MIT License
141 stars 95 forks source link

为什么按照步骤操作,只抓取了跑步数据,其他类型的数据没有呢 #26

Closed yscond closed 8 months ago

yscond commented 9 months ago

用的这个代码 python run_page/codoon_sync.py 1XXXXXXXX XXXXXXX --with-gpx 实际上咕咚有游泳等数据。但是下载完,只有跑步的数据

D:\github\Scond-Workouts>python run_page/codoon_sync.py XXXXXXXXXXXX--with-gpx your refresh_token and user_id are aXXXXXXXXXXXXXXXXXXXXXX 80 runs to parse 103 runs to parse 75 runs to parse 75 runs to parse No tracks found.

ben-29 commented 9 months ago

修改 run_page/codoon_sync.py#70 把 IS_ONLY_RUN = True 的 改成 IS_ONLY_RUN = False 参考: https://github.com/ben-29/workouts_page/commit/98e9a29c0956cb98894d0624c25f369c6f7ee37c