Update mikrotikFindIPv6.py

This commit is contained in:
Robert Chacón 2024-05-31 14:59:46 -06:00 committed by Herbert Wolverson
parent b51c7a35bc
commit 420b6e1ca6

View File

@ -71,7 +71,7 @@ def pullMikrotikIPv6(CsvPath):
except:
print('Failed to find associated IPv4 for ' + ipv6)
return json.dump(ipv4ToIPv6)
return json.dumps(ipv4ToIPv6)
def pullMikrotikIPv6_Mock(CsvPath):
return "{\n\"172.29.200.2\": \"2602:fdca:800:1500::/56\"\n}"