This commit is contained in:
william 2015-02-02 15:36:11 -05:00
parent 5fb123d17b
commit 9da655a3f6

View File

@ -28,7 +28,7 @@ def sentMessage( query ):
'encodingType': row[5],
'lastactiontime': row[6],
'status': row[7],
'ackdata': row[8].endcode( 'hex' ),
'ackdata': row[8].encode( 'hex' ),
} )
return data
@ -654,7 +654,7 @@ ackData (hex)'''
)
data = sentMessage( queryreturn )
return 200, queryreturn
return 200, data
def getAllSentMessageIDs( self, *args ): # undocumented
'''()