Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mjboothaus committed May 15, 2023
1 parent 14ec9c1 commit 5445603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
import folium
from PIL import Image

from datapipe import load_and_cache_raw_walk_data, calc_walk_stats
# from datapipe import load_and_cache_raw_walk_data, calc_walk_stats

DATA_INFO = "Apple Watch via Health Fit"
AUTHOR_INFO = "by [DataBooth.com.au](https://www.databooth.com.au)"
APP_NAME = "Emmaus Walking Mapping App"
CACHED_WALK_DATA = "emmaus_walking.cache.feather"
IMAGE_PATH = "emmaus_walking/resources"
IMAGE_PATH = "src/resources"
IMAGE_PATH = Path.cwd().resolve() / IMAGE_PATH

WALK_NAME = [
Expand Down

0 comments on commit 5445603

Please sign in to comment.