Fixed not passing tupel

This commit is contained in:
Ruakij 2021-08-02 13:53:26 +02:00
parent bc61e3f60f
commit 71d46c7710

View File

@ -81,7 +81,7 @@ def handleQuery(s, address, dmsg):
log.info(f'{address[0]} |\tNOTIFY for {record.name}')
_thread.start_new_thread(updateNsData, (record.name))
_thread.start_new_thread(updateNsData, (record.name,))
response = dns.message.make_response(dmsg) # type: dns.message.Message
response.flags |= dns.flags.AA