Skip to content

Commit

Permalink
fix: some dir root
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 committed Jul 16, 2022
1 parent 05efcbc commit a342591
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
current = os.path.dirname(os.path.realpath(__file__))
parent = os.path.dirname(current)

GET_DIR = "activities"
OUTPUT_DIR = "activities"
OUTPUT_DIR = os.path.join(parent, "activities")
GPX_FOLDER = os.path.join(parent, "GPX_OUT")
TCX_FOLDER = os.path.join(parent, "TCX_OUT")
ENDOMONDO_FILE_DIR = os.path.join(parent, "Workouts")
FOLDER_DICT = {
"gpx": GPX_FOLDER,
"tcx": TCX_FOLDER,
Expand All @@ -23,7 +23,6 @@
NIKE_CLIENT_ID = "HlHa2Cje3ctlaOqnxvgZXNaAs7T9nAuH"
BASE_TIMEZONE = "Asia/Shanghai"

ENDOMONDO_FILE_DIR = "Workouts"

start_point = namedtuple("start_point", "lat lon")
run_map = namedtuple("polyline", "summary_polyline")
Expand Down

1 comment on commit a342591

@vercel
Copy link

@vercel vercel bot commented on a342591 Jul 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

running-page – ./

running-page.vercel.app
running-page-yihong0618.vercel.app
running-page-git-master-yihong0618.vercel.app

Please sign in to comment.