Skip to content

Commit

Permalink
Fix --strava4-session command-line option
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Jan 28, 2021
1 parent fdba991 commit 2da925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strava_offline/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class StravaWebConfig(BaseConfig):
def add_arguments(cls, parser: argparse.ArgumentParser) -> None:
group = parser.add_argument_group('Strava web')
group.add_argument(
'--strava4-session', metavar="XX", dest='strava_cookie_strava4_session:',
'--strava4-session', metavar="XX", dest='strava_cookie_strava4_session',
help="'_strava4_session' cookie value (default: getenv('STRAVA_COOKIE_STRAVA4_SESSION'))",
)

Expand Down

0 comments on commit 2da925e

Please sign in to comment.