Skip to content

Commit

Permalink
Remove unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Nov 25, 2024
1 parent ea336a7 commit ac29c15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def parse(self, args, meta):
parser.add_argument('--no-edition', dest='no_edition', action='store_true', required=False, help="Remove Edition from title")
parser.add_argument('--dual-audio', dest='dual_audio', action='store_true', required=False, help="Add Dual-Audio to the title")
parser.add_argument('-ns', '--no-seed', action='store_true', required=False, help="Do not add torrent to the client")
parser.add_argument('-year', '--year', dest='manual_year', nargs='?', required=False, help="Year", type=int, default=0)
parser.add_argument('-ptp', '--ptp', nargs='*', required=False, help="PTP torrent id/permalink", type=str)
parser.add_argument('-blu', '--blu', nargs='*', required=False, help="BLU torrent id/link", type=str)
parser.add_argument('-aither', '--aither', nargs='*', required=False, help="Aither torrent id/link", type=str)
Expand Down

0 comments on commit ac29c15

Please sign in to comment.