diff --git a/PyGeoIP.py b/PyGeoIP.py index 57374cf..c7af89e 100644 --- a/PyGeoIP.py +++ b/PyGeoIP.py @@ -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')