Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
some comments removed
  • Loading branch information
maldevel committed Dec 18, 2015
1 parent 683aeed commit a32c732
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions geolocation/IpGeoLocationLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,7 @@ def GetInfo(self, target, userAgent, targetList=None, randomUserAgent=False, uAg
if targetList is not None:
return self.__retrieveGeolocations(targetList)
else:
#if target is None:
return self.__retrieveGeolocation(target)#my ip
#else:
# if self.__isValidIPAddress(target):
# return self.__retrieveGeolocation(target)
# else:
# ip = self.__hostnameToIP(target)#domain?
# if ip:
# return self.__retrieveGeolocation(ip)
# print('Please provide a valid Domain or IP address.')


return False

Expand Down

0 comments on commit a32c732

Please sign in to comment.