Skip to content

Commit

Permalink
set default action on arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixthrush committed Dec 13, 2024
1 parent 8c539ba commit 83b5dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aniworld/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ def parse_arguments():
'-a', '--action',
type=str,
choices=['Watch', 'Download', 'Syncplay'],
default=aniworld_globals.DEFAULT_ACTION,
help='Action to perform'
)
action_group.add_argument(
Expand Down

0 comments on commit 83b5dd7

Please sign in to comment.