Skip to content

Commit

Permalink
Merge pull request yihong0618#395 from XmchxUp/chore/update_readme
Browse files Browse the repository at this point in the history
chore: update README
  • Loading branch information
yihong0618 authored Apr 7, 2023
2 parents de956c7 + 699c01c commit 332ad3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ curl -X POST https://www.strava.com/oauth/token \
7. 同步数据至 Strava
在项目根目录执行:

> 第一次同步Strava数据时需要更改在strava_sync.py中的第12行代码False改为True,运行完成后,再改为False。
```python
python3(python) scripts/strava_sync.py ${client_id} ${client_secret} ${refresh_token}
```
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ curl -X POST https://www.strava.com/oauth/token \

7. Sync `Strava` data

> The first time you synchronize Strava data you need to change line 12 of the code False to True in strava_sync.py, and then change it to False after it finishes running.
```python
python3(python) scripts/strava_sync.py ${client_id} ${client_secret} ${refresh_token}
```
Expand Down

0 comments on commit 332ad3f

Please sign in to comment.