mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update mikrotikFindIPv6.py
This commit is contained in:
parent
b51c7a35bc
commit
420b6e1ca6
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user