Stop requiring desired buyers or occasional buyer

If no occasional or desired buyers are specified, the script will choose
from among the buyers that are definitely present.
This commit is contained in:
Jeremy Saklad 2021-06-25 17:37:32 -05:00
parent d09e43bedb
commit b13c416d5e
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84

View File

@ -2271,7 +2271,7 @@ def main():
dest='zoological_mania'
)
buyer = parser.add_mutually_exclusive_group(required=True)
buyer = parser.add_mutually_exclusive_group()
buyer.add_argument(
"-o", "--occasional-buyer",
action=EnumAction,