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:
parent
d09e43bedb
commit
b13c416d5e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue