iv-org / smart-ipv6-rotator

IPv6 rotator for specific subnets - unblock restrictions on IPv6 enabled websites (Google by default but customizable for others)
GNU Affero General Public License v3.0
81 stars 11 forks source link

Incompatible with Python < 3.9 #9

Closed CDaut closed 5 months ago

CDaut commented 10 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.

unixfox commented 5 months ago

Has been fixed in https://github.com/iv-org/smart-ipv6-rotator/pull/21