Closed CDaut closed 5 months ago
When running with python<3.9 The following issue occurs (Tested with py3.7, debian): AttributeError: module 'argparse' has no attribute 'BooleanOptionalAction' This appears to be a Python version Issue.
AttributeError: module 'argparse' has no attribute 'BooleanOptionalAction'
Has been fixed in https://github.com/iv-org/smart-ipv6-rotator/pull/21
When running with python<3.9 The following issue occurs (Tested with py3.7, debian):
AttributeError: module 'argparse' has no attribute 'BooleanOptionalAction'
This appears to be a Python version Issue.