fix: add psaro to 2hdp
All checks were successful
dl / lint (push) Successful in 1m44s
dl / docker (push) Successful in 5m51s

This commit is contained in:
Michel Roux 2024-12-27 00:02:39 +01:00
parent 3ca2ac22d3
commit 94109da87d

View File

@ -13,7 +13,7 @@ parser = ArgumentParser()
parser.add_argument(
"--keyword",
action="append",
default=["mhdgz", "winks", "pophd", "azaze", "multi"],
default=["psaro", "mhdgz", "winks", "pophd", "azaze", "multi"],
help="Prefered words to search on names",
)
parser.add_argument(