Skip to content

Commit

Permalink
Simplify, we're passing all args
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jan 13, 2024
1 parent c8cb0ff commit f53cf13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stravavis/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def main():
args.max_dist,
fig_height,
fig_width,
output_file=outfile,
outfile,
)
print(f"Saved to {outfile}")

Expand All @@ -171,7 +171,7 @@ def main():
args.local_timezone,
fig_height,
fig_width,
output_file=outfile,
outfile,
)
print(f"Saved to {outfile}")

Expand Down

0 comments on commit f53cf13

Please sign in to comment.