Convert DNSAggregatorInstance to new zkhandler

This commit is contained in:
2021-05-31 19:53:29 -04:00
parent ef5fe78125
commit abd619a3c1
2 changed files with 2 additions and 3 deletions

View File

@ -31,8 +31,7 @@ import pvcnoded.common as common
class DNSAggregatorInstance(object):
# Initialization function
def __init__(self, zk_conn, config, logger):
self.zk_conn = zk_conn
def __init__(self, config, logger):
self.config = config
self.logger = logger
self.dns_networks = dict()