forked from Mirrors/humblebundle-downloader
Entferne rebuild-cache da es Konflikte gibt
This commit is contained in:
@@ -102,11 +102,6 @@ def parse_args(args):
|
||||
"products/bundle download page. Can set multiple"
|
||||
),
|
||||
)
|
||||
parser.add_argument(
|
||||
"--rebuild-cache",
|
||||
action="store_true",
|
||||
help="Rebuild cache by checking all existing files in library",
|
||||
)
|
||||
|
||||
return parser.parse_args(args)
|
||||
|
||||
@@ -127,7 +122,6 @@ def main():
|
||||
purchase_keys=cli_args.keys,
|
||||
trove=cli_args.trove,
|
||||
update=cli_args.update,
|
||||
rebuild_cache=cli_args.rebuild_cache,
|
||||
).start()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user