son of a BITCH.

This commit is contained in:
brent s. 2020-05-12 23:16:23 -04:00
parent a6cded3bc1
commit 883f15beee
Signed by: bts
GPG Key ID: 8C004C2F93481F6B

View File

@ -94,7 +94,7 @@ class Tunnel(object):
self.parse() self.parse()


def _allocations(self): 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)) self.allocations.append(Allocation(_allocation_xml))
return(None) return(None)