updating; switching to desktop

This commit is contained in:
brent s
2019-11-14 03:00:13 -05:00
parent 8ee5137059
commit b889d17581
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import ipaddress
import uuid
##
from . import _common
@@ -14,6 +15,7 @@ class Connection(object):
self.addrs = {'ipv4': [],
'ipv6': []}
self.resolvers = []
self.uuid = uuid.uuid4()
self._initAddrs()
self._initResolvers()