From fc717df446de62864f09eb32585aa71bac371710 Mon Sep 17 00:00:00 2001 From: benjamyn Date: Sat, 29 Dec 2018 10:10:09 +1100 Subject: [PATCH] Changed filename --- PyGeoIP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')