Remove unused (and undeclared) ipaddr field
This commit is contained in:
parent
c699dbe4cc
commit
c7b055b898
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ class IpLocation(CapBaseObject):
|
|||
|
||||
def __init__(self, ipaddr):
|
||||
CapBaseObject.__init__(self, ipaddr)
|
||||
self.ipaddr = ipaddr
|
||||
|
||||
|
||||
class ICapGeolocIp(IBaseCap):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue