son of a BITCH.
This commit is contained in:
parent
a6cded3bc1
commit
883f15beee
@ -94,7 +94,7 @@ class Tunnel(object):
|
||||
self.parse()
|
||||
|
||||
def _allocations(self):
|
||||
for _allocation_xml in self.xml.findall('allocations'):
|
||||
for _allocation_xml in self.xml.findall('allocs'):
|
||||
self.allocations.append(Allocation(_allocation_xml))
|
||||
return(None)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user