Changed filename

This commit is contained in:
Benjamyn Love 2018-12-29 10:10:09 +11:00
parent a3ed03bcad
commit fc717df446

View File

@ -24,7 +24,7 @@ def lookupIP(inData):
def parseIPS():
with open("testData.txt", 'r') as f:
with open("ips.txt", 'r') as f:
testdata = f.read()
data = testdata.split('\n')