ThunderEX / py-kms

A KMS server written in python.
Other
395 stars 113 forks source link

Ipv4 only server patch #8

Closed ghost closed 7 years ago

ghost commented 7 years ago

Add proper error handling for ipv4 socket creation when ipv6 is not available on the server.

ThunderEX commented 7 years ago

It's fine. And it would be better to merge these 2 "except" clause together like this.

Can you help update again?

ghost commented 7 years ago

As requested, I've updated my PR with your idea. I've tested your Gist snippet on my Slackware machine and it works fine.

If you want me to update the README, feel free to ask me about it. :)