Skip to content

Commit

Permalink
style: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Sep 27, 2024
1 parent c2bff83 commit 22f2cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def download_tcx_file(activity_id: str, sport: str) -> None:
logger.error("Failed to download the TCX file from Strava.")
raise ValueError("Error opening the browser") from err


def get_latest_download() -> str:
download_folder = os.path.expanduser("~/Downloads")
try:
Expand Down

0 comments on commit 22f2cc1

Please sign in to comment.