Changed filename
This commit is contained in:
parent
a3ed03bcad
commit
fc717df446
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user