alexschimpf / Snkrs-Bot

Selenium bot for Nike Snkrs site
The Unlicense
843 stars 290 forks source link

how can I fix this error #76

Open Jony12505 opened 3 years ago

Jony12505 commented 3 years ago

main.py: error: the following arguments are required: --username Mail@mail.com, --password Password, --url https://www.nike.com/launch/t/air-jordan-6-travis-scott-su21

DevNoam commented 3 years ago

You need to separate each arg with: ,

Jony12505 commented 3 years ago

parser.add_argument("--username mail@mail.com", required=True)

where do I put the ,