AstronDatabaseInterface: Oops... fix message type typo

This commit is contained in:
xPythonic 2014-09-26 01:05:06 -04:00
parent b3ee351ba6
commit e28facb109
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class AstronDatabaseInterface:
self.notify.error('Received bad dclass %d in'
' DBSERVER_OBJECT_GET_ALL_RESP' % (dclassId))
if msgType == DBSERVER_OBJECT_GET_FIELD:
if msgType == DBSERVER_OBJECT_GET_FIELD_RESP:
fieldCount = 1
else:
fieldCount = di.getUint16()