Alexandre Vigneau
Results
1
comments of
Alexandre Vigneau
Hi, you need to modify the variable address_family of the TCPServer Class in the socketserver.py file of your python lib like this: ```python address_family = socket.AF_INET6 ```