changed assert

This commit is contained in:
Dave Schuyler 2005-09-19 23:27:04 +00:00
parent aa7f3fb4c3
commit 523d0957d3

View File

@ -214,7 +214,7 @@ class ClientRepository(ConnectionRepository):
if wantOtpServer:
parentId = di.getUint32()
zoneId = di.getUint32()
assert parentId == 4617 or parentId in self.doId2do
assert parentId == 4617 or parentId == 4618 or parentId in self.doId2do
# Get the class Id
classId = di.getUint16()
# Get the DO Id