Browse Source

changed assert

Dave Schuyler 20 years ago
parent
commit
523d0957d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/ClientRepository.py

+ 1 - 1
direct/src/distributed/ClientRepository.py

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