andry08 / ArubaOTP-seed-extractor

Extract TOTP seed instead of using ArubaOTP app
MIT License
83 stars 9 forks source link

Problem executing script #6

Closed g3n10z closed 3 years ago

g3n10z commented 3 years ago

I'm tring with python 3.6

python3 ./scripts/main.py extract 346702100501561100 Traceback (most recent call last): File "./scripts/main.py", line 85, in main() File "./scripts/main.py", line 44, in main description='What do you want to do?') File "/usr/lib/python3.6/argparse.py", line 1716, in add_subparsers action = parsers_class(option_strings=[], **kwargs) TypeError: init() got an unexpected keyword argument 'required'

What python version is made this script for? thanks

andry08 commented 3 years ago

Should be fixed now. Let us know if you have other issues.