son of a BITCH.

This commit is contained in:
2020-05-12 23:16:23 -04:00
parent a6cded3bc1
commit 883f15beee

View File

@@ -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)